Bug 1383026 - Remove gradient from the status panel's background. r=shorlander

MozReview-Commit-ID: HpOMAVmZPWQ

--HG--
extra : rebase_source : d656b30db419c7596c43ecdb53aca4fc51c5b108
This commit is contained in:
Dão Gottwald 2017-07-22 16:37:59 +02:00
parent 1e2bf53f24
commit 39d43112eb
3 changed files with 8 additions and 9 deletions

View File

@ -1115,7 +1115,7 @@ toolbarbutton.chevron > .toolbarbutton-icon {
.statuspanel-label {
margin: 0;
padding: 2px 4px;
background: -moz-dialog;
background-color: -moz-dialog;
border: 1px none ThreeDShadow;
border-top-style: solid;
color: -moz-dialogText;

View File

@ -2064,10 +2064,10 @@ html|*.addon-webext-perm-list {
.statuspanel-label {
margin: 0;
padding: 2px 4px;
background: linear-gradient(#fff, #ddd);
border: 1px none #ccc;
background-color: #f9f9fa;
border: 1px none #ddd;
border-top-style: solid;
color: #333;
color: #444;
text-shadow: none;
}

View File

@ -1753,8 +1753,8 @@ notification[value="translation"] {
.statuspanel-label {
margin: 0;
padding: 2px 4px;
background: -moz-dialog;
border: 1px none ThreeDShadow;
background-color: -moz-dialog;
border: 1px none ThreeDLightShadow;
border-top-style: solid;
color: -moz-dialogText;
text-shadow: none;
@ -1762,9 +1762,8 @@ notification[value="translation"] {
@media (-moz-windows-default-theme) {
.statuspanel-label {
background: linear-gradient(#fff, #ddd);
border-color: #ccc;
color: #333;
background-color: #f9f9fa;
color: #444;
}
}