Bug 1489007 - Turn the colour of the 'Disabled' warning when Content Blocking UI is turned off and tracking protection is off to grey; r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D5940
This commit is contained in:
Ehsan Akhgari 2018-09-15 03:43:03 -04:00
Родитель 6394de3b7a
Коммит 5f9feb966a
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -399,6 +399,11 @@ description#identity-popup-content-verifier,
stroke: #d70022; stroke: #d70022;
} }
#identity-popup-content-blocking-content:not([contentBlockingUI]):not([enabled]) #identity-popup-content-blocking-disabled-label {
background-color: #b1b1b3;
stroke: #b1b1b3;
}
#identity-popup-content-blocking-content:not([enabled]) #identity-popup-content-blocking-disabled-label-exception { #identity-popup-content-blocking-content:not([enabled]) #identity-popup-content-blocking-disabled-label-exception {
display: none; display: none;
} }