[gnome-shell] Make notification icon buttons elegant.



commit 8d3e5ea507a39d0d2b51eff7263d9dd931bcefce
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Nov 21 15:39:36 2011 +0100

    Make notification icon buttons elegant.
    
    The huge icons had little whitespace and don't scale pixel precise.

 data/theme/gnome-shell.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 59ba015..62e0352 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1267,7 +1267,8 @@ StTooltip StLabel {
 }
 
 .notification-icon-button > StIcon {
-    icon-size: 36px;
+    icon-size: 16px;
+    padding: 8px;
 }
 
 .hotplug-transient-box {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]