Port bug 1702330 - Graduate the infobars to the main proton pref. rs=bustage-fix DONTBUILD

--HG--
extra : amend_source : b8cf27f7a299bf43587b81411b39677ae99f06b9
This commit is contained in:
Geoff Lankow 2021-04-12 12:13:02 +12:00
Родитель 4ff10d2825
Коммит 86eee3450e
3 изменённых файлов: 8 добавлений и 8 удалений

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

@ -120,13 +120,13 @@
padding: 3px; padding: 3px;
} }
@media not (-moz-proton-infobars) { @media not (-moz-proton) {
.lightning-notification-bar { .lightning-notification-bar {
border-bottom: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow;
} }
} /** END not Proton **/ } /** END not Proton **/
@media (-moz-proton-infobars) { @media (-moz-proton) {
.lightning-notification-bar { .lightning-notification-bar {
margin: 0 4px 4px; margin: 0 4px 4px;
border-radius: 4px; border-radius: 4px;

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

@ -161,7 +161,7 @@
background-color: color-mix(in srgb, currentColor 20%, transparent); background-color: color-mix(in srgb, currentColor 20%, transparent);
} }
@media (-moz-proton-infobars) { @media (-moz-proton) {
@media not (prefers-contrast) { @media not (prefers-contrast) {
.container.infobar { .container.infobar {
box-shadow: 0 1px 2px rgba(58, 57, 68, 0.3); box-shadow: 0 1px 2px rgba(58, 57, 68, 0.3);
@ -275,9 +275,9 @@ strong {
--in-content-button-background-active: #878788; --in-content-button-background-active: #878788;
} }
} }
} } /** END Proton **/
@media not (-moz-proton-infobars) { @media not (-moz-proton) {
:host { :host {
/* Colors used by default, and for [type=generic] message bars.*/ /* Colors used by default, and for [type=generic] message bars.*/
background-color: var(--in-content-box-info-background); background-color: var(--in-content-box-info-background);
@ -291,4 +291,4 @@ strong {
.close { .close {
margin-inline-end: 4px; margin-inline-end: 4px;
} }
} } /** END not Proton **/

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

@ -8,7 +8,7 @@
border-bottom: 1px solid var(--splitter-color); border-bottom: 1px solid var(--splitter-color);
} }
@media (-moz-proton-infobars) { @media (-moz-proton) {
.main-header-area { .main-header-area {
border-bottom-style: none; border-bottom-style: none;
} }
@ -16,7 +16,7 @@
#mail-notification-top { #mail-notification-top {
border-bottom: 1px solid var(--splitter-color); border-bottom: 1px solid var(--splitter-color);
} }
} } /** END Proton **/
/* ::::: msg header toolbars ::::: */ /* ::::: msg header toolbars ::::: */