mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue