aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_admin.html
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2024-11-12 15:27:12 +0100
committerAndrea Lepori <aleporia@gmail.com>2024-11-12 15:27:23 +0100
commit0b5be72725ffd6cd10490fbd202388e22c7f8522 (patch)
treeaa3738e82a99372468084885aa7cbbbf1ef83fcd /templates/registration/base_admin.html
parentadd new materialize v2 (diff)
downloadscout-subs-data_download.tar.gz
scout-subs-data_download.zip
commit edits for new featuredata_download
Diffstat (limited to 'templates/registration/base_admin.html')
-rw-r--r--templates/registration/base_admin.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html
index 9643e35..c414fea 100644
--- a/templates/registration/base_admin.html
+++ b/templates/registration/base_admin.html
@@ -19,6 +19,11 @@
box-shadow: 0 1px 0 0 {{hexcolor}} !important;
}
+ .chips.focus {
+ border-bottom: 1px solid {{hexcolor}} !important;
+ box-shadow: 0 1px 0 0 {{hexcolor}} !important;
+ }
+
input[type=password]:focus, .materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid {{hexcolor}} !important;
box-shadow: 0 1px 0 0 {{hexcolor}} !important;