diff options
Diffstat (limited to 'themes/default/iconset.css')
-rw-r--r-- | themes/default/iconset.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/default/iconset.css b/themes/default/iconset.css index 18b6d8d0f..9e8c9043e 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -1,15 +1,11 @@ .pwg-icon { display: block; /*IE6*/ display: inline-block; /*IE6 does not get it*/ - text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; + text-indent: -9999px; overflow: hidden; background-repeat: no-repeat; width: 26px; height: 26px; background-image: url(s26/outline_808080.png); } .pwg-button-text { display:none; } -A.pwg-state-default, A.pwg-state-default:visited, A.pwg-state-default:hover { - text-decoration: none !important; -} - .pwg-state-disabled .pwg-icon { opacity: .5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; |