mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01: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
@ -37,6 +37,6 @@ toolbarpaletteitem #uBlock-legacy-button[badge]::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Prevent pale moon from showing the arrow underneath the button */
|
/* 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;
|
-moz-box-orient: horizontal;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user