Fix hover-effect in Ubuntu's soundmenu

This commit is contained in:
Simon Steinbeiss
2014-01-31 02:03:35 +01:00
parent 5778dc1baa
commit 40d7153824
+5
View File
@@ -882,6 +882,11 @@ GtkComboBox .menu {
color: @menu_fg_color;
}
/* Hover-effect on play-button in ubuntu soundmenu */
.menu:selected {
background-color: @selected_bg_color;
}
.menu.button:hover,
.menu.button:active,
.menu.button:active *:insensitive,