mirror of https://github.com/gorhill/uBlock.git
Fix #1449: Drop marker now appears next to rather than under the button on Linux/PaleMoon
This commit is contained in:
parent
204404db06
commit
c6f5c89889
|
@ -37,6 +37,6 @@ toolbarpaletteitem #uBlock-legacy-button[badge]::before {
|
|||
}
|
||||
|
||||
/* Prevent pale moon from showing the arrow underneath the button */
|
||||
#uBlock-legacy-button .toolbarbutton-menu-dropmarker {
|
||||
#uBlock-legacy-button, #uBlock-legacy-button .toolbarbutton-menu-dropmarker {
|
||||
-moz-box-orient: horizontal;
|
||||
}
|
Loading…
Reference in New Issue