From b8a8342a9a560de1b80b6139dc6d48d02f1b4a19 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 18 Jan 2023 22:32:39 +1000 Subject: [PATCH] Fix sync indicator not being visible in deck list screen Closes #2327 --- qt/aqt/data/web/css/toolbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/aqt/data/web/css/toolbar.scss b/qt/aqt/data/web/css/toolbar.scss index 4f5dda13d..c81592517 100644 --- a/qt/aqt/data/web/css/toolbar.scss +++ b/qt/aqt/data/web/css/toolbar.scss @@ -148,9 +148,9 @@ body { } .normal-sync { - color: color(state-new); + color: color(state-new) !important; } .full-sync { - color: color(state-learn); + color: color(state-learn) !important; }