From 66b82fd8d1294fa8cedc75c2e56bb27b7fb24203 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 17 Jul 2012 12:06:16 -0400 Subject: This CSS needed to be more specific, or else the color names were not being respected for the statusbar eventbox and the statusbar was not being colored properly. --- xombrero.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xombrero.css b/xombrero.css index fb4ea54..3f587b9 100644 --- a/xombrero.css +++ b/xombrero.css @@ -54,22 +54,26 @@ background-color: rgba(0, 0, 0, 0); } -#red { +GtkEventBox#red, +.entry#red { background-image: none; background-color: @red; } -#yellow { +GtkEventBox#yellow, +.entry#yellow { background-image: none; background-color: @yellow; } -#green { +GtkEventBox#green, +.entry#green { background-image: none; background-color: @green; } -#blue { +GtkEventBox#blue, +.entry#blue { background-image: none; background-color: @blue; } -- cgit 1.4.1-2-gfad0