Skip to content

Commit

Permalink
Strike through the text of the disabled toolbar button.
Browse files Browse the repository at this point in the history
Fixes #1544
  • Loading branch information
Anthony Lieuallen committed May 4, 2012
1 parent 14559ec commit 12875cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skin/browser.css
Expand Up @@ -8,6 +8,9 @@ toolbar[iconsize="small"] #greasemonkey-tbb {
#greasemonkey-tbb[disabled="yes"] { #greasemonkey-tbb[disabled="yes"] {
opacity: 0.8; opacity: 0.8;
} }
#greasemonkey-tbb[disabled="yes"] .toolbarbutton-text {
text-decoration: line-through;
}
#greasemonkey-tbb[disabled="yes"] .toolbarbutton-icon { #greasemonkey-tbb[disabled="yes"] .toolbarbutton-icon {
opacity: 0.5; opacity: 0.5;
} }
Expand Down

0 comments on commit 12875cc

Please sign in to comment.