Bug 1304837 - Devtools notification box colors are now fixed for the texts to be readable. r=Honza

This commit is contained in:
Towkir Ahmed 2017-07-18 16:13:00 -04:00
Родитель 0cfb1d8460
Коммит d4a1ddbd70
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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"] {