css: Specify icon-size in px everywhere

Since scaled icons generally look bad we shouldn't tie their size to the font
size. In particular a recent change in the panel's font size caused status
icons to be scaled and thus look fuzzy.
This commit is contained in:
Rui Matos 2012-03-08 14:07:16 +01:00
parent cf5c5d06e1
commit a277f8e0e1

View File

@ -251,7 +251,7 @@ StScrollBar StButton#vhandle:hover
}
.popup-menu-icon {
icon-size: 1.14em;
icon-size: 16px;
}
/* Switches */
@ -478,7 +478,7 @@ StScrollBar StButton#vhandle:hover
}
.system-status-icon {
icon-size: 1.14em;
icon-size: 16px;
}
/* Overview */
@ -616,7 +616,7 @@ StScrollBar StButton#vhandle:hover
}
.search-entry-icon {
icon-size: 1em;
icon-size: 16px;
color: #8d8f8a;
}