mirror of
https://github.com/axllent/mailpit.git
synced 2025-04-15 11:56:44 +02:00
UI: Update dark mode loading background color
This commit is contained in:
parent
0aa8ea3d51
commit
9cb2c26c6f
@ -56,6 +56,12 @@
|
|||||||
z-index: 1500;
|
z-index: 1500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include color-mode(dark) {
|
||||||
|
#loading {
|
||||||
|
background: rgba(0, 0, 0, 0.4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
&.read {
|
&.read {
|
||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
@ -72,7 +78,11 @@
|
|||||||
#nav-plain-text .text-view,
|
#nav-plain-text .text-view,
|
||||||
#nav-source {
|
#nav-source {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-family: Courier New, Courier, System, fixed-width;
|
font-family:
|
||||||
|
Courier New,
|
||||||
|
Courier,
|
||||||
|
System,
|
||||||
|
fixed-width;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user