Style menu in Ubuntu Software Center. Fixes #60

pull/63/head
Satyajit Sahoo 2013-09-07 17:45:16 +05:30
parent 54e1fadeae
commit e7a1c55127
1 changed files with 6 additions and 0 deletions

View File

@ -808,6 +808,12 @@ GtkComboBox .menu {
font: regular;
}
/* ubuntu software center menu */
#toolbar-popup {
background-color: @menu_bg_color;
color: @menu_fg_color;
}
/***********
* menubar *
***********/