diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-14 13:12:10 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-17 20:15:50 +0100 |
| commit | f41d2f201cb50ab9fab3477d5d1914740254c8bf (patch) | |
| tree | 8e04b94ef81fcb355a47cc3a8aefcbdda2ab4987 /shell/style.css | |
| parent | c4bd6363df9dfb3199d80542c6f19159cca1ffe1 (diff) | |
| download | graynard-f41d2f201cb50ab9fab3477d5d1914740254c8bf.tar.gz graynard-f41d2f201cb50ab9fab3477d5d1914740254c8bf.zip | |
shell: move panel to left hand side
Diffstat (limited to 'shell/style.css')
| -rw-r--r-- | shell/style.css | 26 |
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; +} |
