mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 512702 Fix incorrect <button type="menu"> dropmarker size on Windows r=Enn
This commit is contained in:
parent
5d0d982cec
commit
8cb673faa5
@ -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"] {
|
||||
|
Loading…
Reference in New Issue
Block a user