[gnome-shell] theme: small round button for system menu actions



commit d4f66da79355902db1f0db5e0d9a3cf7e0a91c67
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 22 19:24:29 2013 +0200

    theme: small round button for system menu actions
    
    - got freeze break from release team (2) and the docs team
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706638

 data/theme/gnome-shell.css |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 38f3148..2c60f13 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -655,18 +655,27 @@ StScrollBar StButton#vhandle:active {
 
 .system-menu-action {
     color: #e6e6e6;
-    border-radius: 4px;
-    padding: 6px;
+    border-radius: 32px; /* wish we could do 50% */
+    padding: 13px;
+    border: 1px solid #5f5f5f; /* using rgba() is flaky unfortunately */
 }
 
 .system-menu-action:hover,
 .system-menu-action:focus {
     color: white;
-    background-color: rgba(255,255,255,0.1);
+    background-color: #4c4c4c;
+    border: none;
+    padding: 14px;
+}
+
+.system-menu-action:active {
+    color: black;
+    background-color: #6f6f6f;
+
 }
 
 .system-menu-action > StIcon {
-    icon-size: 32px;
+    icon-size: 16px;
 }
 
 .screencast-indicator {


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