From c6f5c898897e72320be85f4a8ddfb8fac3563bb3 Mon Sep 17 00:00:00 2001 From: AlexVallat Date: Thu, 25 Jun 2015 20:00:11 +0100 Subject: [PATCH] Fix #1449: Drop marker now appears next to rather than under the button on Linux/PaleMoon --- platform/firefox/css/legacy-toolbar-button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/css/legacy-toolbar-button.css b/platform/firefox/css/legacy-toolbar-button.css index f29052ab7..041149bb5 100644 --- a/platform/firefox/css/legacy-toolbar-button.css +++ b/platform/firefox/css/legacy-toolbar-button.css @@ -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; } \ No newline at end of file