From 0f1bbe1f01d09f2cbda8d1cdb632c0ad99e25b5c Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Thu, 3 Apr 2014 18:54:41 +0200 Subject: style: update some colours --- shell/style.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'shell/style.css') diff --git a/shell/style.css b/shell/style.css index b2078bc..1501888 100644 --- a/shell/style.css +++ b/shell/style.css @@ -4,24 +4,32 @@ .maynard-system { background-color: #6d6d6d; - color: white; padding: 13px; + color: #fcfcfc; +} + +.maynard-system:hover { + background-color: alpha(#6d6d6d, 0.8); + color: white; } .maynard-audio { background-color: #b4b4b4; - color: white; + color: #fcfcfc; padding: 13px; } +.maynard-audio:hover { + background-color: alpha(#b4b4b4, 0.8); + color: white; +} + .maynard-apps { color: #bebebe; } .maynard-apps:hover { - -GtkWidget-focus-line-width: 0px; - background-color: #1c1c1c; - background-image: none; + background-color: alpha(black, 0.2); color: white; } -- cgit v1.3.1