|
|
@ -69,6 +69,7 @@ |
|
|
|
.ui.form input[type="date"], |
|
|
|
.ui.form input[type="password"], |
|
|
|
.ui.form input[type="number"], |
|
|
|
.ui.form input[type="url"], |
|
|
|
.ui.form input[type="tel"], |
|
|
|
.ui.form .ui.input { |
|
|
|
width: 100%; |
|
|
@ -80,7 +81,8 @@ |
|
|
|
.ui.form input[type="date"], |
|
|
|
.ui.form input[type="password"], |
|
|
|
.ui.form input[type="number"], |
|
|
|
.ui.form input[type="tel"]{ |
|
|
|
.ui.form input[type="url"], |
|
|
|
.ui.form input[type="tel"] { |
|
|
|
|
|
|
|
margin: 0em; |
|
|
|
padding: 0.85em 1.2em; |
|
|
@ -209,6 +211,7 @@ |
|
|
|
.ui.form input[type="date"]:focus, |
|
|
|
.ui.form input[type="password"]:focus, |
|
|
|
.ui.form input[type="number"]:focus, |
|
|
|
.ui.form input[type="url"]:focus, |
|
|
|
.ui.form input[type="tel"]:focus, |
|
|
|
.ui.form textarea:focus{ |
|
|
|
color: rgba(0, 0, 0, 0.85); |
|
|
@ -261,6 +264,7 @@ |
|
|
|
.ui.form .fields.error .field input[type="date"], |
|
|
|
.ui.form .fields.error .field input[type="password"], |
|
|
|
.ui.form .fields.error .field input[type="number"], |
|
|
|
.ui.form .fields.error .field input[type="url"], |
|
|
|
.ui.form .fields.error .field input[type="tel"], |
|
|
|
.ui.form .field.error textarea, |
|
|
|
.ui.form .field.error input[type="text"], |
|
|
@ -268,7 +272,8 @@ |
|
|
|
.ui.form .field.error input[type="date"], |
|
|
|
.ui.form .field.error input[type="password"], |
|
|
|
.ui.form .field.error input[type="number"], |
|
|
|
.ui.form .field.error input[type="tel"]{ |
|
|
|
.ui.form .field.error input[type="url"], |
|
|
|
.ui.form .field.error input[type="tel"] { |
|
|
|
background-color: #FFFAFA; |
|
|
|
border-color: #E7BEBE; |
|
|
|
border-left: none; |
|
|
@ -289,6 +294,7 @@ |
|
|
|
.ui.form .field.error input[type="date"]:focus, |
|
|
|
.ui.form .field.error input[type="password"]:focus, |
|
|
|
.ui.form .field.error input[type="number"]:focus, |
|
|
|
.ui.form .field.error input[type="url"]:focus, |
|
|
|
.ui.form .field.error input[type="tel"]:focus{ |
|
|
|
border-color: rgba(255, 80, 80, 1); |
|
|
|
color: rgba(255, 80, 80, 1); |
|
|
@ -425,6 +431,7 @@ |
|
|
|
.ui.inverted.form .field.error input[type="date"], |
|
|
|
.ui.inverted.form .field.error input[type="password"], |
|
|
|
.ui.inverted.form .field.error input[type="number"], |
|
|
|
.ui.inverted.form .field.error input[type="url"], |
|
|
|
.ui.inverted.form .field.error input[type="tel"]{ |
|
|
|
background-color: #FFCCCC; |
|
|
|
} |
|
|
@ -561,6 +568,7 @@ |
|
|
|
.ui.small.form input[type="date"], |
|
|
|
.ui.small.form input[type="password"], |
|
|
|
.ui.small.form input[type="number"], |
|
|
|
.ui.small.form input[type="url"], |
|
|
|
.ui.small.form input[type="tel"], |
|
|
|
.ui.small.form label{ |
|
|
|
font-size: 1em; |
|
|
|