night-mode: Fix stream creation loading indicator background color.

This commit is contained in:
Cynthia Lin
2018-08-10 17:43:40 -07:00
committed by Tim Abbott
parent ecbc58c586
commit 89dbfc2926

View File

@@ -184,6 +184,7 @@ on a dark background, and don't change the dark labels dark either. */
}
.overlay,
#stream_creation_form #stream_creating_indicator:not(:empty),
.emoji-popover-emoji:not(.reacted):focus {
background-color: hsla(212, 28%, 8%, 0.75);
}