From 2e375358e174b3059ababc985b8bfb182db147bf Mon Sep 17 00:00:00 2001 From: Stian Lund Date: Fri, 29 Mar 2024 09:25:55 +0100 Subject: [PATCH] small update of smk css --- themes/smk/css/screen.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/smk/css/screen.css b/themes/smk/css/screen.css index bb2bd28..aeb6f4c 100755 --- a/themes/smk/css/screen.css +++ b/themes/smk/css/screen.css @@ -156,6 +156,7 @@ fieldset { } legend { + color: inherit; font-weight: bold; margin: 0; padding: 0 .2em; @@ -1081,3 +1082,9 @@ div#g-action-status { .g-inline li.g-first { margin-left: 0; } + +/* Autocomplete ~~~~~~~~~~ */ + +.ac_loading { + background: white url('../images/loading-small.gif') right center no-repeat !important; +}