Style menu in Ubuntu Software Center. Fixes #60
parent
54e1fadeae
commit
e7a1c55127
|
@ -808,6 +808,12 @@ GtkComboBox .menu {
|
||||||
font: regular;
|
font: regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ubuntu software center menu */
|
||||||
|
#toolbar-popup {
|
||||||
|
background-color: @menu_bg_color;
|
||||||
|
color: @menu_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* menubar *
|
* menubar *
|
||||||
***********/
|
***********/
|
||||||
|
|
Loading…
Reference in New Issue