Fix hover-effect in Ubuntu's soundmenu

pull/94/head
Simon Steinbeiss 2014-01-31 02:03:35 +01:00
parent 5778dc1baa
commit 40d7153824
1 changed files with 5 additions and 0 deletions

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,