Bug 512702 Fix incorrect <button type="menu"> dropmarker size on Windows r=Enn

This commit is contained in:
Neil Rashbrook 2009-09-03 20:09:04 +01:00
parent 5d0d982cec
commit 8cb673faa5

View File

@ -149,8 +149,8 @@ button[type="menu-button"] {
margin: 1px;
background-color: transparent !important;
border: none !important;
min-width:11px;
min-height:11px;
width: 11px;
height: 11px;
}
.button-menubutton-dropmarker[open="true"] {