[gnome-shell] css: Clean up slightly



commit 829e7623df2b132a7fd4f28041daa4acf8d9d724
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed May 28 16:18:02 2014 -0400

    css: Clean up slightly
    
    Remove the networking stuff from the message tray section.

 data/theme/gnome-shell.css |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9d08ec6..078c08f 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -403,6 +403,14 @@ StScrollBar StButton#vhandle:active {
     icon-size: 16px;
 }
 
+.no-networks-label {
+    color: #999999;
+}
+
+.no-networks-box {
+    spacing: 12px;
+}
+
 /* Buttons */
 
 .candidate-page-button,
@@ -1495,11 +1503,8 @@ StScrollBar StButton#vhandle:active {
     padding-right: 8pt;
 }
 
-.url-highlighter {
-    link-color: #ccccff;
-}
-
 /* Message Tray */
+
 #message-tray {
     background: #2e3436 url(message-tray-background.png);
     background-repeat: repeat;
@@ -1522,13 +1527,12 @@ StScrollBar StButton#vhandle:active {
     color: #eeeeee;
 }
 
-.no-messages-label,
-.no-networks-label {
-    color: #999999;
+.url-highlighter {
+    link-color: #ccccff;
 }
 
-.no-networks-box {
-    spacing: 12px;
+.no-messages-label {
+    color: #999999;
 }
 
 .notification {


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