Adjust menubar highlight text color

pull/70/head
Satyajit Sahoo 2013-09-14 03:55:11 +05:30
parent dce0043e42
commit d638327dae
1 changed files with 1 additions and 0 deletions

View File

@ -849,6 +849,7 @@ GtkComboBox .menu {
border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21); border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21); background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
background-image: none; background-image: none;
color: shade(@menubar_fg_color, 1.08);
} }
.menubar .menuitem *:hover { .menubar .menuitem *:hover {