[clocks] Fix background color of iconviews



commit de92c50b0ae774408d40a888817fdae733afef4e
Author: Seif Lotfy <seif lotfy com>
Date:   Wed Jul 4 01:55:22 2012 +0200

    Fix background color of iconviews

 gtk-style.css |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/gtk-style.css b/gtk-style.css
index c2a2ada..3706a51 100644
--- a/gtk-style.css
+++ b/gtk-style.css
@@ -4,10 +4,7 @@
 @define-color clocks_stop_color #ff0000;
 
 .grey-bg {
-    background-color: mix (@entry-color,
-                           shade (#f1f2f1, 0.5),
-                           0.8);
-    color: #000000;
+    background-color: #f1f2f1
 }
 
 .clocks-continue {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]