1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Fix #1449: Drop marker now appears next to rather than under the button on Linux/PaleMoon

This commit is contained in:
AlexVallat 2015-06-25 20:00:11 +01:00
parent 204404db06
commit c6f5c89889

View File

@ -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;
}