From d4f66da79355902db1f0db5e0d9a3cf7e0a91c67 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 22 Aug 2013 19:24:29 +0200 Subject: [PATCH] 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 file changed, 13 insertions(+), 4 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 38f314850..2c60f13a3 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 {