Skip to content
Snippets Groups Projects
Verified Commit e67faee3 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Georg Krause
Browse files

Resolve "Fix loaders in dark theme"

parent c43cd2f8
No related branches found
No related tags found
No related merge requests found
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
......@@ -47,6 +47,7 @@ $bottom-player-height: 4rem;
@import "./components/_track_table.scss";
@import "./components/_user_link.scss";
@import "./components/_volume_control.scss";
@import "./components/_loaders.scss";
@import "./pages/_about.scss";
@import "./pages/_admin_account_detail.scss";
......
.ui.dimmer {
background-color: var(--dimmer-background);
}
.ui.loading.form:before {
background-color: var(--dimmer-background);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment