bug 124951 - checkbox size should be specified with min-width and min-height, for native theme overriding. r=kerz, sr=blizzard.

git-svn-id: svn://10.0.0.236/trunk@114490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2002-02-14 07:06:00 +00:00
parent 3d45989abb
commit d5a29ff661

View File

@ -76,8 +76,8 @@ checkbox[disabled="true"] {
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
width: 13px;
height: 13px;
min-width: 13px;
min-height: 13px;
background: -moz-Field no-repeat 50% 50%;
}