diff options
author | Andrea Lepori <aleporia@gmail.com> | 2024-11-12 15:27:12 +0100 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2024-11-12 15:27:23 +0100 |
commit | 0b5be72725ffd6cd10490fbd202388e22c7f8522 (patch) | |
tree | aa3738e82a99372468084885aa7cbbbf1ef83fcd /templates/registration/base_admin.html | |
parent | add new materialize v2 (diff) | |
download | scout-subs-0b5be72725ffd6cd10490fbd202388e22c7f8522.tar.gz scout-subs-0b5be72725ffd6cd10490fbd202388e22c7f8522.zip |
commit edits for new featuredata_download
Diffstat (limited to 'templates/registration/base_admin.html')
-rw-r--r-- | templates/registration/base_admin.html | 5 |
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; |