diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-14 13:18:07 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-17 20:17:45 +0100 |
| commit | 50a52832f87b30e008059b01b954e31c49984bbc (patch) | |
| tree | 6f7b365910088c08b7154cfb52f738845dad08e9 /shell/style.css | |
| parent | ee57ae33024d5cf18190dba888317494238d5e4f (diff) | |
| download | graynard-50a52832f87b30e008059b01b954e31c49984bbc.tar.gz graynard-50a52832f87b30e008059b01b954e31c49984bbc.zip | |
shell: add clock
Diffstat (limited to 'shell/style.css')
| -rw-r--r-- | shell/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/style.css b/shell/style.css index 62f1511..4cb3fb5 100644 --- a/shell/style.css +++ b/shell/style.css @@ -24,3 +24,8 @@ background-image: none; color: white; } + +.wgs-clock { + background-color: #929292; + color: white; +} |
