From fb19fb37e1c8cc2de90613efb75379403604ef62 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 22 Aug 2022 15:26:15 +0200 Subject: [PATCH] fixed incorrect caret closes #3425 --- frontend/static/themes/chaos_theory.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/static/themes/chaos_theory.css b/frontend/static/themes/chaos_theory.css index cac85a453..00a4cd5ea 100644 --- a/frontend/static/themes/chaos_theory.css +++ b/frontend/static/themes/chaos_theory.css @@ -38,15 +38,15 @@ } #caret { - background-image: url(https://i.imgur.com/yN31JmJ.png); - background-color: transparent; - background-size: 1rem; - background-position: center; - background-repeat: no-repeat; + background-image: url(https://i.imgur.com/yN31JmJ.png) !important; + background-color: transparent !important; + background-size: 1rem !important; + background-position: center !important; + background-repeat: no-repeat !important; } #caret.default { - width: 4px; + width: 4px !important; } .config .toggleButton {