[gnome-shell] css: Specify icon-size in px everywhere
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] css: Specify icon-size in px everywhere
- Date: Thu, 8 Mar 2012 13:21:57 +0000 (UTC)
commit a277f8e0e1003b6c60d82f37f557e115a2781419
Author: Rui Matos <tiagomatos gmail com>
Date: Thu Mar 8 14:07:16 2012 +0100
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.
data/theme/gnome-shell.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index e8d1dd3..1d453b8 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]