summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-05-28 16:18:02 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-06-03 12:32:56 -0400
commit829e7623df2b132a7fd4f28041daa4acf8d9d724 (patch)
tree615b075a28bc993e621918c30f28376d860650d7
parent89675c9061c038391ce2a49422c1509b32ac7fb4 (diff)
css: Clean up slightly
Remove the networking stuff from the message tray section.
-rw-r--r--data/theme/gnome-shell.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9d08ec65..078c08f4 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 {