mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 16:14:24 +02:00
Update for menus
Removed the transparent menu border since it's not needed. All border effects will be handled by window decorations.
This commit is contained in:
parent
568cb8373a
commit
d96e4b2960
@ -26,7 +26,6 @@ window > menu {
|
|||||||
|
|
||||||
/* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */
|
/* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */
|
||||||
menu {
|
menu {
|
||||||
border: 1px solid transparent;
|
|
||||||
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; }
|
||||||
/* menuitem */
|
/* menuitem */
|
||||||
|
@ -26,7 +26,6 @@ window > menu {
|
|||||||
|
|
||||||
/* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */
|
/* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */
|
||||||
menu {
|
menu {
|
||||||
border: 1px solid transparent;
|
|
||||||
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; }
|
||||||
/* menuitem */
|
/* menuitem */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user