Bug 1198648 - Status bar should obey high-contrast theme. r=mconley

This commit is contained in:
Dão Gottwald 2016-08-06 08:46:14 +02:00
Родитель 923815123d
Коммит 6aad22e73c
2 изменённых файлов: 14 добавлений и 6 удалений

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

@ -1758,10 +1758,10 @@ toolbarbutton.chevron > .toolbarbutton-icon {
.statuspanel-label {
margin: 0;
padding: 2px 4px;
background: linear-gradient(#fff, #ddd);
border: 1px none #ccc;
background: -moz-dialog;
border: 1px none ThreeDShadow;
border-top-style: solid;
color: #333;
color: -moz-dialogText;
text-shadow: none;
}

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

@ -2408,13 +2408,21 @@ notification[value="translation"] {
.statuspanel-label {
margin: 0;
padding: 2px 4px;
background: linear-gradient(#fff, #ddd);
border: 1px none #ccc;
background: -moz-dialog;
border: 1px none ThreeDShadow;
border-top-style: solid;
color: #333;
color: -moz-dialogText;
text-shadow: none;
}
@media (-moz-windows-default-theme) {
.statuspanel-label {
background: linear-gradient(#fff, #ddd);
border-color: #ccc;
color: #333;
}
}
.statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
.statuspanel-label:-moz-locale-dir(rtl)[mirror] {
border-right-style: solid;