mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 22:55:20 +02:00
Menu update
This commit is contained in:
parent
7947d28be4
commit
d79d605fb5
@ -26,6 +26,8 @@ window > menu {
|
|||||||
menu {
|
menu {
|
||||||
background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */
|
background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */
|
||||||
color: @menu_text_color;
|
color: @menu_text_color;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
-gtk-icon-style: regular }
|
-gtk-icon-style: regular }
|
||||||
menu menuitem {
|
menu menuitem {
|
||||||
padding: 3px 2px;
|
padding: 3px 2px;
|
||||||
@ -43,7 +45,9 @@ menubar,
|
|||||||
.menubar {
|
.menubar {
|
||||||
-GtkWidget-window-dragging: false;
|
-GtkWidget-window-dragging: false;
|
||||||
background-color: @menu_bg_color;
|
background-color: @menu_bg_color;
|
||||||
color: @menu_text_color; }
|
color: @menu_text_color;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none; }
|
||||||
menubar menuitem {
|
menubar menuitem {
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
min-height:17px; }
|
min-height:17px; }
|
||||||
|
@ -26,6 +26,8 @@ window > menu {
|
|||||||
menu {
|
menu {
|
||||||
background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */
|
background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */
|
||||||
color: @menu_text_color;
|
color: @menu_text_color;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
-gtk-icon-style: regular }
|
-gtk-icon-style: regular }
|
||||||
menu menuitem {
|
menu menuitem {
|
||||||
padding: 3px 2px;
|
padding: 3px 2px;
|
||||||
@ -43,7 +45,9 @@ menubar,
|
|||||||
.menubar {
|
.menubar {
|
||||||
-GtkWidget-window-dragging: false;
|
-GtkWidget-window-dragging: false;
|
||||||
background-color: @menu_bg_color;
|
background-color: @menu_bg_color;
|
||||||
color: @menu_text_color; }
|
color: @menu_text_color;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none; }
|
||||||
menubar menuitem {
|
menubar menuitem {
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
min-height:17px; }
|
min-height:17px; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user