From 362ba7fc9b5f2b8423b365caac1914764acc1978 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 9 Jan 2024 12:36:57 -0500 Subject: [PATCH] CSS fixes --- app/templates/app/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/app/theme.css b/app/templates/app/theme.css index 1c6f867e..adb1e5ed 100644 --- a/app/templates/app/theme.css +++ b/app/templates/app/theme.css @@ -20,7 +20,7 @@ ul#side-menu.nav a, .alert, .form-control, .dropdown-menu > li > a, -.theme-color-primary, +.theme-color-primary { color: {{ theme_primary }}; } @@ -132,7 +132,7 @@ a, a:hover, a:focus{ .btn-primary:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary[disabled]:hover, .btn-primary.active[disabled]:hover, .open>.dropdown-toggle.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.active[disabled]:focus, .open>.dropdown-toggle.btn-primary[disabled]:focus, -.btn-primary[disabled]:active, .btn-primary.active[disabled]:active, .open>.dropdown-toggle.btn-primary[disabled]:active, +.btn-primary[disabled]:active, .btn-primary.active[disabled]:active, .open>.dropdown-toggle.btn-primary[disabled]:active{ background-color: {% scalebyiv theme_button_primary 0.90 %}; border-color: {% scalebyiv theme_button_primary 0.90 %}; color: {{ theme_secondary }}; @@ -244,7 +244,7 @@ pre.prettyprint, border-color: {{ theme_highlight }}; } pre.prettyprint:focus, -.form-control:focus +.form-control:focus{ border-color: {% scalebyiv theme_highlight 0.7 %}; }