[gnome-shell] Make the Message Tray button icon smaller



commit 2bde6612d127a4cbefb786c8ce38f4c8af40f0a8
Author: Allan Day <allanpday gmail com>
Date:   Mon Aug 19 16:25:43 2013 +0100

    Make the Message Tray button icon smaller
    
    A small visual tweak so it doesn't dominate the Message Tray too
    much.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699272

 data/theme/gnome-shell.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index f5c50c4..221bcc9 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1388,15 +1388,15 @@ StScrollBar StButton#vhandle:active {
     height: 72px;
 }
 
-.message-tray-menu-button {
-    padding: 0 16px;
+.message-tray-menu-button StIcon {
+    padding: 0 20px;
     color: #aaaaaa;
-    icon-size: 32px;
+    icon-size: 24px;
 }
 
-.message-tray-menu-button:hover,
-.message-tray-menu-button:active,
-.message-tray-menu-button:focus {
+.message-tray-menu-button:hover StIcon,
+.message-tray-menu-button:active StIcon,
+.message-tray-menu-button:focus StIcon {
     color: #eeeeee;
 }
 


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