diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-04 20:31:45 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-04 20:35:34 +0100 |
| commit | 816ffed24b033da36923e9e387d540e5e876a578 (patch) | |
| tree | f930527256f2e5a0a5e5856e202f5e4ba707bdfa /shell/style.css | |
| parent | f49d4231e5681fe28378c4f3dcf445814eeaabc6 (diff) | |
| download | graynard-816ffed24b033da36923e9e387d540e5e876a578.tar.gz graynard-816ffed24b033da36923e9e387d540e5e876a578.zip | |
launcher: add new app launcher window and replace old grid with it
Diffstat (limited to 'shell/style.css')
| -rw-r--r-- | shell/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/style.css b/shell/style.css index 4cb3fb5..b623430 100644 --- a/shell/style.css +++ b/shell/style.css @@ -29,3 +29,21 @@ background-color: #929292; color: white; } + +.wgs-grid { + background-color: alpha(white, 0.5); +} + +.wgs-grid-item { + background-color: alpha(black, 0.7); + color: white; + font: Droid Sans 12; + border-style: solid; + border-color: #6d6d6d; + border-width: 1px; + border-radius: 1px; +} + +.wgs-grid-label { + background-color: #929292; +}
\ No newline at end of file |
