aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/include
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-18 19:18:00 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:50:35 +0200
commit12ff72506af9b3c8cb1ce604d86232600a26e2c2 (patch)
tree456cfda6465679c4356c571075471a6e95432286 /src/hydrilla/proxy/web_ui/templates/include
parent46ac94463bf42c6a071c258a37b2a58e88e0dfaa (diff)
downloadhaketilo-hydrilla-12ff72506af9b3c8cb1ce604d86232600a26e2c2.tar.gz
haketilo-hydrilla-12ff72506af9b3c8cb1ce604d86232600a26e2c2.zip
allow adding, removing and altering repositories
This commit also temporarily breaks package import from files :/
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/include')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja
index b4c8edc..471725b 100644
--- a/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja
@@ -30,7 +30,7 @@ input.chbx-tricks-hide-show:not(:checked)+*+* {
display: none !important;
}
-input.chbx-tricks-hide-show:checked+*+*,
-input.chbx-tricks-show-hide:not(:checked)+*+* {
+input.chbx-tricks-hide-show:checked+*,
+input.chbx-tricks-show-hide:not(:checked)+* {
display: none !important;
}