diff options
author | Josh Rickmar <jrick@devio.us> | 2012-08-06 11:23:00 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-08-06 11:23:00 -0400 |
commit | b30abd2bd92fc7bc69796dbb9031812114474d7d (patch) | |
tree | 12f1a6e0c45e930d3c4e7bb2ef639d431361c377 | |
parent | 66dd6547a19fbeaae2374a0a870ef8923b5648a5 (diff) | |
download | xombrero-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.css | 2 |
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 */ } |