Menuitem update

This commit is contained in:
EMH-Mark-I 2020-05-04 20:47:44 -05:00
parent e11ea239a2
commit 7947d28be4
2 changed files with 2 additions and 12 deletions

View File

@ -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. */
color: @menu_text_color;
-gtk-icon-style: regular }
/* menuitem */
menu menuitem {
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
padding: 3px 2px;
background-color: transparent; }
menu menuitem check,
menu menuitem radio {
@ -150,4 +146,3 @@ menu > arrow.bottom,
.menu > arrow.bottom:checked,
.context-menu > arrow.bottom:checked {
background-image: url("assets/arrow-down-disabled.png"); }

View File

@ -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. */
color: @menu_text_color;
-gtk-icon-style: regular }
/* menuitem */
menu menuitem {
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
padding: 3px 2px;
background-color: transparent; }
menu menuitem check,
menu menuitem radio {
@ -150,4 +146,3 @@ menu > arrow.bottom,
.menu > arrow.bottom:checked,
.context-menu > arrow.bottom:checked {
background-image: url("assets/arrow-down-disabled.png"); }