From d4a1ddbd706c324221cd69b793117637e824d84c Mon Sep 17 00:00:00 2001 From: Towkir Ahmed Date: Tue, 18 Jul 2017 16:13:00 -0400 Subject: [PATCH] Bug 1304837 - Devtools notification box colors are now fixed for the texts to be readable. r=Honza --- devtools/client/shared/components/notification-box.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devtools/client/shared/components/notification-box.css b/devtools/client/shared/components/notification-box.css index 12870ac4f778..31ec4a2320a3 100644 --- a/devtools/client/shared/components/notification-box.css +++ b/devtools/client/shared/components/notification-box.css @@ -33,10 +33,10 @@ /* Style */ .notificationbox .notification { - background-color: InfoBackground; + color: var(--theme-body-color-alt); + background-color: var(--theme-body-background); text-shadow: none; - border-top: 1px solid ThreeDShadow; - border-bottom: 1px solid ThreeDShadow; + border-bottom: 1px solid var(--theme-splitter-color); } .notificationbox .notification[data-type="info"] {