diff --git a/configurator.py b/configurator.py index b21287a..679d39a 100755 --- a/configurator.py +++ b/configurator.py @@ -321,9 +321,27 @@ INDEX = Template(r""" box-shadow: 0 1px 0 0 #03a9f4 !important; } - .row .input-field input:focus { + .input-field input:focus+label { + color: #03a9f4 !important; + } + + .input-field input[type=password].valid { border-bottom: 1px solid #03a9f4 !important; - box-shadow: 0 1px 0 0 #03a9f4 !important + box-shadow: 0 1px 0 0 #03a9f4 !important; + } + + .input-field input[type=password]:focus { + border-bottom: 1px solid #03a9f4 !important; + box-shadow: 0 1px 0 0 #03a9f4 !important; + } + + .input-field textarea:focus+label { + color: #03a9f4 !important; + } + + .input-field textarea:focus { + border-bottom: 1px solid #03a9f4 !important; + box-shadow: 0 1px 0 0 #03a9f4 !important; } #modal_acekeyboard, #modal_components, #modal_icons { @@ -1213,11 +1231,31 @@ INDEX = Template(r""" Close -