Be smarter about context menu fonts

Instead of hardcoding a font size, go back to the initial font.
pull/63/head
Satyajit Sahoo 2013-09-10 15:28:30 +05:30
parent 85ffb9bd70
commit f029bf0fa6
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ GtkComboBox .menu {
} }
.context-menu { .context-menu {
font: regular; font: initial;
} }
/* ubuntu software center menu */ /* ubuntu software center menu */