mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
28 lines
554 B
SCSS
28 lines
554 B
SCSS
/**
|
|
* toolbar.scss - Luna (Olive Green) Style Toolbar Style Constants
|
|
*
|
|
* This source-code is part of Windows XP stuff for XFCE:
|
|
* <<https://www.oddmatics.uk>>
|
|
*
|
|
* Author(s): Rory Fewell <roryf@oddmatics.uk>
|
|
* unexp <https://github.com/unexp>
|
|
*/
|
|
|
|
$menu_separator_thickness: $separator_thickness;
|
|
|
|
//
|
|
// TOOLBAR
|
|
//
|
|
$toolbar_styles:
|
|
wintc_define_props_borders(
|
|
$toolbar_styles,
|
|
false,
|
|
solid,
|
|
0,
|
|
0,
|
|
2,
|
|
2,
|
|
undefined,
|
|
url('../Resources/toolbar_border.png')
|
|
);
|