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:
parent
cf5c5d06e1
commit
a277f8e0e1
@ -251,7 +251,7 @@ StScrollBar StButton#vhandle:hover
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu-icon {
|
.popup-menu-icon {
|
||||||
icon-size: 1.14em;
|
icon-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Switches */
|
/* Switches */
|
||||||
@ -478,7 +478,7 @@ StScrollBar StButton#vhandle:hover
|
|||||||
}
|
}
|
||||||
|
|
||||||
.system-status-icon {
|
.system-status-icon {
|
||||||
icon-size: 1.14em;
|
icon-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overview */
|
/* Overview */
|
||||||
@ -616,7 +616,7 @@ StScrollBar StButton#vhandle:hover
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-entry-icon {
|
.search-entry-icon {
|
||||||
icon-size: 1em;
|
icon-size: 16px;
|
||||||
color: #8d8f8a;
|
color: #8d8f8a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user