about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xombrero.css12
1 files 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;
 }