mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fix icon bottom border
git-svn-id: http://piwigo.org/svn/trunk@8169 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,15 +1,11 @@
|
|||||||
.pwg-icon {
|
.pwg-icon {
|
||||||
display: block; /*IE6*/
|
display: block; /*IE6*/
|
||||||
display: inline-block; /*IE6 does not get it*/
|
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);
|
width: 26px; height: 26px; background-image: url(s26/outline_808080.png);
|
||||||
}
|
}
|
||||||
.pwg-button-text { display:none; }
|
.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 {
|
.pwg-state-disabled .pwg-icon {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||||
|
|||||||
@@ -448,6 +448,9 @@ A {
|
|||||||
A:hover {
|
A:hover {
|
||||||
border-bottom: 1px solid #858460;
|
border-bottom: 1px solid #858460;
|
||||||
}
|
}
|
||||||
|
A.pwg-state-default:hover {
|
||||||
|
border-bottom: 0; /*reset above for icons*/
|
||||||
|
}
|
||||||
|
|
||||||
IMG {
|
IMG {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user