summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-04-01 12:47:59 +0200
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-04-01 12:47:59 +0200
commit9065b697449351488a624b32d075d5fcefe076ce (patch)
tree452911e370f0168354cd55007663148634c9e20b
parentcc17690cbe8f19ce9d095612abd50ee96cd8a9a0 (diff)
downloadgraynard-9065b697449351488a624b32d075d5fcefe076ce.tar.gz
graynard-9065b697449351488a624b32d075d5fcefe076ce.zip
style: change alpha of launcher grid
-rw-r--r--shell/style.css4
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;