mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 451124 - Fix vertical alignment of context menu submenus. r=Neil.
This commit is contained in:
parent
a7170863b1
commit
637a6507ee
@ -51,6 +51,11 @@ panel {
|
||||
-moz-appearance: menupopup;
|
||||
}
|
||||
|
||||
menupopup > menu > menupopup,
|
||||
popup > menu > menupopup {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
/* ::::: popup internal box ::::: */
|
||||
|
||||
.popup-internal-box {
|
||||
|
Loading…
Reference in New Issue
Block a user