mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-23 05:35:02 +02:00
Menuitem update
This commit is contained in:
parent
e11ea239a2
commit
7947d28be4
@ -27,12 +27,8 @@ 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;
|
||||||
-gtk-icon-style: regular }
|
-gtk-icon-style: regular }
|
||||||
/* menuitem */
|
|
||||||
menu menuitem {
|
menu menuitem {
|
||||||
padding-left: 2px;
|
padding: 3px 2px;
|
||||||
padding-right: 2px;
|
|
||||||
padding-top: 1px;
|
|
||||||
padding-bottom: 1px;
|
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
menu menuitem check,
|
menu menuitem check,
|
||||||
menu menuitem radio {
|
menu menuitem radio {
|
||||||
@ -150,4 +146,3 @@ menu > arrow.bottom,
|
|||||||
.menu > arrow.bottom:checked,
|
.menu > arrow.bottom:checked,
|
||||||
.context-menu > arrow.bottom:checked {
|
.context-menu > arrow.bottom:checked {
|
||||||
background-image: url("assets/arrow-down-disabled.png"); }
|
background-image: url("assets/arrow-down-disabled.png"); }
|
||||||
|
|
||||||
|
@ -27,12 +27,8 @@ 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;
|
||||||
-gtk-icon-style: regular }
|
-gtk-icon-style: regular }
|
||||||
/* menuitem */
|
|
||||||
menu menuitem {
|
menu menuitem {
|
||||||
padding-left: 2px;
|
padding: 3px 2px;
|
||||||
padding-right: 2px;
|
|
||||||
padding-top: 1px;
|
|
||||||
padding-bottom: 1px;
|
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
menu menuitem check,
|
menu menuitem check,
|
||||||
menu menuitem radio {
|
menu menuitem radio {
|
||||||
@ -150,4 +146,3 @@ menu > arrow.bottom,
|
|||||||
.menu > arrow.bottom:checked,
|
.menu > arrow.bottom:checked,
|
||||||
.context-menu > arrow.bottom:checked {
|
.context-menu > arrow.bottom:checked {
|
||||||
background-image: url("assets/arrow-down-disabled.png"); }
|
background-image: url("assets/arrow-down-disabled.png"); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user