aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/base.html.jinja
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/base.html.jinja
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/base.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
index bca5948..c7a0c15 100644
--- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
@@ -45,6 +45,12 @@ in a proprietary work, I am not going to enforce this in court.
color: #555;
}
+ .error-note {
+ display: block;
+ border-left: 5px solid #a33;
+ background-color: #fcc;
+ }
+
.hide {
display: none !important;
}