Bug 1723182 - Use the correct color for IMIP buttons with prefers-contrast. r=darktrojan
This commit is contained in:
Родитель
f930da0e3e
Коммит
5735761623
|
@ -119,10 +119,13 @@
|
||||||
/* iMIP notification bar */
|
/* iMIP notification bar */
|
||||||
.calendar-notification-bar {
|
.calendar-notification-bar {
|
||||||
background-color: #baeeff;
|
background-color: #baeeff;
|
||||||
color: #000;
|
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[lwt-tree-brighttext] .calendar-notification-bar {
|
||||||
|
background-color: #464cb9;
|
||||||
|
}
|
||||||
|
|
||||||
.calendar-notification-bar {
|
.calendar-notification-bar {
|
||||||
margin: 0 4px 4px;
|
margin: 0 4px 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -130,9 +133,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[lwt-tree] #imip-view-toolbar {
|
:root[lwt-tree] #imip-view-toolbar {
|
||||||
--imip-button-color: var(--toolbar-color);
|
|
||||||
--imip-button-background: var(--toolbar-bgcolor);
|
--imip-button-background: var(--toolbar-bgcolor);
|
||||||
color: var(--lwt-text-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#imip-bar > img {
|
#imip-bar > img {
|
||||||
|
|
|
@ -60,6 +60,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#imip-view-toolbar {
|
#imip-view-toolbar {
|
||||||
--imip-button-color: WindowText;
|
|
||||||
--imip-button-background: AppWorkspace;
|
--imip-button-background: AppWorkspace;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#imip-view-toolbar {
|
#imip-view-toolbar {
|
||||||
--imip-button-color: -moz-DialogText;
|
|
||||||
--imip-button-background: #fff;
|
--imip-button-background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#imip-view-toolbar {
|
#imip-view-toolbar {
|
||||||
--imip-button-color: WindowText;
|
|
||||||
--imip-button-background: ButtonFace;
|
--imip-button-background: ButtonFace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче