diff options
author | Mario <mario@mariovavti.com> | 2023-06-18 09:00:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-18 09:00:54 +0000 |
commit | d9f855b97e2851c7c55ff53a7293c9a667a2bf6e (patch) | |
tree | c719c7351ccbd8c4acc08af15ed0a51c11486c0d /view/theme/redbasic | |
parent | e275dae6e3fbb90dd66a52b7387108e64de88ed2 (diff) | |
download | volse-hubzilla-d9f855b97e2851c7c55ff53a7293c9a667a2bf6e.tar.gz volse-hubzilla-d9f855b97e2851c7c55ff53a7293c9a667a2bf6e.tar.bz2 volse-hubzilla-d9f855b97e2851c7c55ff53a7293c9a667a2bf6e.zip |
fix bogus html
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1696f10bd..3e34fff95 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -255,6 +255,10 @@ input[type=text], textarea { display: none; } +span.spinner { + display: block; +} + .spinner.s { height: 1rem; width: 1rem; |