Be smarter about context menu fonts

Instead of hardcoding a font size, go back to the initial font.
This commit is contained in:
Satyajit Sahoo
2013-09-10 15:28:30 +05:30
parent 85ffb9bd70
commit f029bf0fa6
+1 -1
View File
@@ -815,7 +815,7 @@ GtkComboBox .menu {
} }
.context-menu { .context-menu {
font: regular; font: initial;
} }
/* ubuntu software center menu */ /* ubuntu software center menu */