From e6bebd47756957a8ac568f3ec7dcdd891a3ab21e Mon Sep 17 00:00:00 2001 From: Llamatron2112 Date: Wed, 3 Aug 2016 12:02:29 +0200 Subject: [PATCH] Added black default color for popup buttons On Linux Firefox with dark GTK theme, the three rightmost toolbar icons of the popup can be light gray, or even white some time, this fixes this issue. --- src/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/popup.css b/src/css/popup.css index 70eb0f9..c124343 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -104,6 +104,7 @@ body .toolbar button { padding: 4px; font: inherit; background-color: white; + color: black; opacity: 0.9; cursor: pointer; vertical-align: top;