| Index: skin/popup.css |
| =================================================================== |
| --- a/skin/popup.css |
| +++ b/skin/popup.css |
| @@ -19,17 +19,18 @@ body.clickhide-active li |
| body.clickhide-active #clickhide-instructions, |
| body.clickhide-active #clickhide-cancel |
| { |
| display: block; |
| } |
| body.local #enabled, |
| body.local #clickhide, |
| -body.local #stats-page |
| +body.local #stats-page, |
| +body.local #issueReporter |
| { |
| display: none; |
| } |
| body.nohtml #clickhide, |
| body.disabled #clickhide |
| { |
| display: none; |
| @@ -254,16 +255,21 @@ body.disabled #enabled #enabled-no |
| margin: 10px 15px; |
| } |
| #stats-container .icon |
| { |
| background-position: -50px -49px; |
| } |
| +#issueReporter .icon |
| +{ |
| + visibility: hidden; |
| +} |
| + |
| #stats strong |
| { |
| font-size: 15px; |
| line-height: 140%; |
| } |
| #share |