small update of smk css

This commit is contained in:
Stian Lund 2024-03-29 09:25:55 +01:00
parent ab01fff5e1
commit 2e375358e1

View File

@ -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;
}