Bug 1382184 - Change text color of notification-box to 'theme-toolbar-color'. r=Honza draft
authorabhinav <abhinav.koppula@gmail.com>
Wed, 20 Sep 2017 23:34:39 +0530
changeset 667759 cdcb9cda69eac57c264de6f254583c2c791aebba
parent 665623 7aceaf8bcb9f582db0f93488b48ef7019e348dba
child 732497 8cb4b743be3cb34bef75ba075b6d8645ea8fd785
push id80833
push userbmo:abhinav.koppula@gmail.com
push dateWed, 20 Sep 2017 18:05:47 +0000
reviewersHonza
bugs1382184
milestone57.0a1
Bug 1382184 - Change text color of notification-box to 'theme-toolbar-color'. r=Honza MozReview-Commit-ID: ItSQobvasHa
devtools/client/shared/components/notification-box.css
--- a/devtools/client/shared/components/notification-box.css
+++ b/devtools/client/shared/components/notification-box.css
@@ -28,17 +28,17 @@
 .notificationbox .details:dir(rtl)
 .notificationbox .notificationInner:dir(rtl) {
   flex-direction: row-reverse;
 }
 
 /* Style */
 
 .notificationbox .notification {
-  color: var(--theme-body-color-alt);
+  color: var(--theme-toolbar-color);
   background-color: var(--theme-body-background);
   text-shadow: none;
   border-bottom: 1px solid var(--theme-splitter-color);
 }
 
 .notificationbox .notification[data-type="info"] {
   color: -moz-DialogText;
   background-color: -moz-Dialog;