settings: Make saving spinner visible in night mode.

Fixes: #9154.
This commit is contained in:
Shubham Dhama
2018-04-20 01:30:35 +05:30
committed by Tim Abbott
parent 9a6b4aeda2
commit fe34001dd1

View File

@@ -583,7 +583,11 @@ input[type=checkbox].inline-block {
width: 13px;
height: 20px;
margin: 0;
margin-right: 3px;
}
/* make the spinner green like the text and box. */
#settings_page .alert-notification .loading_indicator_spinner svg path {
fill: hsl(178, 100%, 40%);
}
#settings_page .alert-notification .loading_indicator_text {