From 79985a3eeba33d2569c6423dd1253a22a7635c9b Mon Sep 17 00:00:00 2001 From: toady Date: Sat, 2 Jul 2016 22:38:29 +1000 Subject: [PATCH] Fixed: Update notification bar color on linux mint. The bar was white with white text, Thanks Jeff. --- browser/base/content/browser-cyberfox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/base/content/browser-cyberfox.css b/browser/base/content/browser-cyberfox.css index 0d3c5724df..7c3cb9c753 100644 --- a/browser/base/content/browser-cyberfox.css +++ b/browser/base/content/browser-cyberfox.css @@ -143,6 +143,7 @@ toolbar[brighttext] #downloads-button-additional[cui-areatype="toolbar"]{ -moz-image-region: rect(0px 72px 32px 40px); } notification[value='cyberfoxupdate'] { + -moz-appearance:none; color: white; border-color: rgb(35, 35, 37); font-weight: bold;