diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-04-01 12:47:59 +0200 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-04-01 12:47:59 +0200 |
| commit | 9065b697449351488a624b32d075d5fcefe076ce (patch) | |
| tree | 452911e370f0168354cd55007663148634c9e20b /shell/style.css | |
| parent | cc17690cbe8f19ce9d095612abd50ee96cd8a9a0 (diff) | |
| download | graynard-9065b697449351488a624b32d075d5fcefe076ce.tar.gz graynard-9065b697449351488a624b32d075d5fcefe076ce.zip | |
style: change alpha of launcher grid
Diffstat (limited to 'shell/style.css')
| -rw-r--r-- | shell/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/style.css b/shell/style.css index 4c2088c..e63580d 100644 --- a/shell/style.css +++ b/shell/style.css @@ -31,11 +31,11 @@ } .maynard-grid { - background-color: alpha(white, 0.5); + background-color: alpha(black, 0.6); } .maynard-grid-item { - background-color: alpha(black, 0.7); + background-color: alpha(black, 0.6); color: white; font: Droid Sans 12; border-style: solid; |
