Bug 1183159 - Identity block should keep background color when control center is open r=paolo

This commit is contained in:
Tim Taubert 2015-07-13 18:22:00 +02:00
Родитель eb3ca5522a
Коммит f862de667d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1023,7 +1023,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-ba
padding-right: 5.01px;
}
#identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover) {
#identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover):not([open=true]) {
background-color: var(--verified-identity-box-backgroundcolor);
}

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

@ -1459,7 +1459,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
padding-right: 5.01px;
}
#identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover) {
#identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover):not([open=true]) {
background-color: var(--verified-identity-box-backgroundcolor);
}