mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Fix update
Fixed incorrect file path in panel.rc. Fixed issue where whisker menu panel button text was white instead of black. Also added a bold font for it. Included a section in the gtk.css file for the whiskermenu font colour. Fixed a GTK3 warning for px.
This commit is contained in:
parent
6031ecdf9d
commit
916b32204c
@ -363,7 +363,7 @@ style "whiskerbutton"
|
|||||||
recolorable = TRUE
|
recolorable = TRUE
|
||||||
shadow = IN
|
shadow = IN
|
||||||
state = PRELIGHT
|
state = PRELIGHT
|
||||||
file = "panel/null.png"
|
file = "Others/null.png"
|
||||||
border = { 0, 0, 0, 0 }
|
border = { 0, 0, 0, 0 }
|
||||||
stretch = TRUE
|
stretch = TRUE
|
||||||
}
|
}
|
||||||
@ -373,7 +373,7 @@ style "whiskerbutton"
|
|||||||
function = BOX
|
function = BOX
|
||||||
recolorable = TRUE
|
recolorable = TRUE
|
||||||
state = ACTIVE
|
state = ACTIVE
|
||||||
file = "panel/null.png"
|
file = "Others/null.png"
|
||||||
border = { 0, 0, 0, 0 }
|
border = { 0, 0, 0, 0 }
|
||||||
stretch = TRUE
|
stretch = TRUE
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,12 @@
|
|||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#whiskermenu-button label {
|
||||||
|
color: @whisker_button_text;
|
||||||
|
font-size: 11px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#whiskermenu-button:active,
|
#whiskermenu-button:active,
|
||||||
#whiskermenu-button:checked {
|
#whiskermenu-button:checked {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
4
Theme/Chicago95/gtk-3.0/gtk-widgets.css
Normal file → Executable file
4
Theme/Chicago95/gtk-3.0/gtk-widgets.css
Normal file → Executable file
@ -2466,7 +2466,7 @@ printdialog notebook > stack > box {
|
|||||||
printdialog notebook {
|
printdialog notebook {
|
||||||
border-right: 1px solid black;
|
border-right: 1px solid black;
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
box-shadow: inset 1 1 0 0 white,
|
box-shadow: inset 1px 1px 0 0 white,
|
||||||
inset -1 -1 @bg_shade;
|
inset -1px -1px @bg_shade;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
}
|
}
|
@ -86,6 +86,9 @@
|
|||||||
/*Progressbar bg color*/
|
/*Progressbar bg color*/
|
||||||
@define-color progressbar_color @selected_bg_color;
|
@define-color progressbar_color @selected_bg_color;
|
||||||
|
|
||||||
|
/*Whisker Menu Panel Button text color*/
|
||||||
|
@define-color whisker_button_text black;
|
||||||
|
|
||||||
@import url("gtk-widgets.css");
|
@import url("gtk-widgets.css");
|
||||||
@import url("apps/xfce.css");
|
@import url("apps/xfce.css");
|
||||||
@import url("apps/whiskermenu.css");
|
@import url("apps/whiskermenu.css");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user