Tweaked menuitem theming

gtk-3.4
Satyajit Sahoo 2013-07-13 02:31:12 +05:30
parent 9acb65e6aa
commit 93199fbf9b
1 changed files with 2 additions and 2 deletions

View File

@ -747,7 +747,7 @@ GtkComboBox .menu {
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: @menubar_bg_color;
background-color: transparent;
background-image: none;
color: @menubar_fg_color;
}
@ -782,7 +782,7 @@ GtkTreeMenu .menuitem * {
border-style: solid;
border-color: transparent;
border-radius: 0;
background-color: @menu_bg_color;
background-color: transparent;
background-image: none;
color: @menu_fg_color;