mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 19:49:44 +00:00
Bugfix: Fixes #334, Separator styles, including menubar/toolbar borders, are missing
This commit is contained in:
BIN
themes/luna/blue/Resources/toolbar_border.png
Normal file
BIN
themes/luna/blue/Resources/toolbar_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 472 B |
@@ -15,6 +15,7 @@
|
||||
@import "progressbar";
|
||||
@import "frame";
|
||||
@import "menu";
|
||||
@import "toolbar";
|
||||
@import "scrollbar";
|
||||
@import "notebook";
|
||||
@import "csd";
|
||||
|
||||
@@ -29,9 +29,12 @@ $separator_styles:
|
||||
wintc_define_props_bg(
|
||||
$separator_styles,
|
||||
false,
|
||||
$menu_borders_color,
|
||||
#CAC6AF,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined
|
||||
);
|
||||
|
||||
$separator_horz_styles: ();
|
||||
$separator_vert_styles: ();
|
||||
|
||||
@@ -9,6 +9,22 @@
|
||||
|
||||
$menu_separator_thickness: $separator_thickness;
|
||||
|
||||
//
|
||||
// MENUSTRIP
|
||||
//
|
||||
$menustrip_styles:
|
||||
wintc_define_props_borders(
|
||||
$menustrip_styles,
|
||||
false,
|
||||
solid,
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
undefined,
|
||||
url('../Resources/toolbar_border.png')
|
||||
);
|
||||
|
||||
//
|
||||
// POPUP MENUS
|
||||
//
|
||||
|
||||
26
themes/luna/blue/gtk-3.0/styling/toolbar.scss
Normal file
26
themes/luna/blue/gtk-3.0/styling/toolbar.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* toolbar.scss - Luna (Blue) 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>
|
||||
*/
|
||||
|
||||
$menu_separator_thickness: $separator_thickness;
|
||||
|
||||
//
|
||||
// TOOLBAR
|
||||
//
|
||||
$toolbar_styles:
|
||||
wintc_define_props_borders(
|
||||
$toolbar_styles,
|
||||
false,
|
||||
solid,
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
undefined,
|
||||
url('../Resources/toolbar_border.png')
|
||||
);
|
||||
Reference in New Issue
Block a user