about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-08-06 11:23:00 -0400
committerJosh Rickmar <jrick@devio.us>2012-08-06 11:23:00 -0400
commitb30abd2bd92fc7bc69796dbb9031812114474d7d (patch)
tree12f1a6e0c45e930d3c4e7bb2ef639d431361c377
parent66dd6547a19fbeaae2374a0a870ef8923b5648a5 (diff)
downloadxombrero-b30abd2bd92fc7bc69796dbb9031812114474d7d.tar.gz
Drop the insensitive background color for all insensitive widgets.
This makes the images for insensitive items in the right-click menus
have the same look as in the toolbar.
-rw-r--r--xombrero.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/xombrero.css b/xombrero.css
index 0e15712..c826134 100644
--- a/xombrero.css
+++ b/xombrero.css
@@ -37,7 +37,7 @@ GtkSpinner {
 	-GtkWidget-line-width: 0;
 }
 
-.button :insensitive {
+:insensitive {
 	background-color: rgba(0,0,0,0); /* transparent */
 }