Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-11-08 21:00:42 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-23 20:17:34 (GMT)
commitf5ccdd5d999f688aa26abe365adf12dfce4b8261 (patch)
tree0d5be0c6160fcd44fc580702b187839444cc5d2b
parent4c382f8c23b3681f9a50522ea215b87fdd391d27 (diff)
Remove rule for inexistent class .window
This is there since the gtk3 port commit, 529e929c, but makes no effect. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 7928f2b..a8af3a0 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -147,11 +147,6 @@ GtkLabel, GtkLabel:insensitive {
background-color: transparent;
}
-/* Handle this differently? */
-.window *:insensitive {
- background-color: @panel_grey;
-}
-
/* Buttons */
.button {