aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/iconset.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-17 06:32:32 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-17 06:32:32 +0000
commitfce588a2eb746b04531ebbd2fd9a8ef208b4f852 (patch)
treeed1d5fa9d55ab5011226508e00ae15f6e49db44f /themes/default/iconset.css
parentcfd6851c109965e9dab9333f8f41ecf65e64decf (diff)
fix icon bottom border
git-svn-id: http://piwigo.org/svn/trunk@8169 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/iconset.css')
-rw-r--r--themes/default/iconset.css6
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)";