From ba9a4e9d350a98483fed776f76e8f72242ea339f Mon Sep 17 00:00:00 2001 From: JT Martinez Date: Sun, 22 Apr 2018 15:13:36 -0600 Subject: [PATCH 1/4] Fixes for Event Observer Changed label color to match the rest of the theme Added label and icon Possible solution #1 for textarea Changed modal footer to "fixed" --- dev.html | 51 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/dev.html b/dev.html index 65c6c8f..678a953 100644 --- a/dev.html +++ b/dev.html @@ -234,9 +234,27 @@ 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 { @@ -1126,11 +1144,32 @@ Close -