summaryrefslogtreecommitdiff
path: root/shell/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'shell/style.css')
-rw-r--r--shell/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/shell/style.css b/shell/style.css
index e69de29..62f1511 100644
--- a/shell/style.css
+++ b/shell/style.css
@@ -0,0 +1,26 @@
+.wgs-panel {
+ background-color: alpha(black, 0.7);
+}
+
+.wgs-wifi {
+ background-color: #6d6d6d;
+ color: white;
+ padding: 16px;
+}
+
+.wgs-audio {
+ background-color: #b4b4b4;
+ color: white;
+ padding: 16px;
+}
+
+.wgs-apps {
+ color: #bebebe;
+}
+
+.wgs-apps:hover {
+ -GtkWidget-focus-line-width: 0px;
+ background-color: #1c1c1c;
+ background-image: none;
+ color: white;
+}