diff options
Diffstat (limited to 'templates/registration')
-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; |