[gnome-shell/wip/message-tray: 9/13] theme: Update theme
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell/wip/message-tray: 9/13] theme: Update theme
- Date: Tue, 31 Jul 2012 11:46:10 +0000 (UTC)
commit 143753b2b75f6fbd99fd0400c0c780a1631984f9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jul 30 19:52:56 2012 -0300
    theme: Update theme
    
    We use the background image for hovered, and the running indicator
    for focus elsewhere. Use it for here as well.
    
    Additionally, add a proper border radius so we get a nice background.
 data/theme/gnome-shell.css |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 71507ad..408942e 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1390,15 +1390,17 @@ StButton.popup-menu-item:insensitive {
     padding: 2px 4px 0px 0px;
 }
 
+.summary-source-button {
+    transition-duration: 100;
+}
+
 .summary-source-button:hovered {
-    background-image: url("running-indicator.svg");
-    background-size: contain;
+    background-color: rgba(255,255,255,0.1);
+    border-radius: 4px;
 }
 
 .summary-source-button:selected {
     background-image: url("running-indicator.svg");
-    background-color: rgba(255,255,255,0.1);
-    transition-duration: 100;
     background-size: contain;
 }
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]