|
|
@ -63,15 +63,17 @@ |
|
|
|
|
|
|
|
.ui.form textarea, |
|
|
|
.ui.form input[type="text"], |
|
|
|
.ui.form input[type="date"], |
|
|
|
.ui.form input[type="password"], |
|
|
|
.ui.textarea, |
|
|
|
.ui.input { |
|
|
|
width: 100%; |
|
|
|
padding: 0.5em 0.7em; |
|
|
|
padding: 0.53em 0.7em; |
|
|
|
font-size: 0.825em; |
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
|
|
outline: none; |
|
|
|
|
|
|
|
color: #555555; |
|
|
|
|
|
|
@ -167,9 +169,11 @@ |
|
|
|
} |
|
|
|
.ui.form .fields.error .field textarea, |
|
|
|
.ui.form .fields.error .field input[type="text"], |
|
|
|
.ui.form .fields.error .field input[type="date"], |
|
|
|
.ui.form .fields.error .field input[type="password"], |
|
|
|
.ui.form .field.error textarea, |
|
|
|
.ui.form .field.error input[type="text"], |
|
|
|
.ui.form .field.error input[type="date"], |
|
|
|
.ui.form .field.error input[type="password"] { |
|
|
|
background-color: #FFFAFA; |
|
|
|
border-color: rgba(255, 80, 80, 0.7); |
|
|
@ -187,10 +191,10 @@ |
|
|
|
|
|
|
|
/* browsers require these rules separate */ |
|
|
|
.ui.form ::-webkit-input-placeholder { |
|
|
|
color: #CCCCCC; |
|
|
|
color: #E0E0E0; |
|
|
|
} |
|
|
|
.ui.form ::-moz-placeholder { |
|
|
|
color: #CCCCCC; |
|
|
|
color: #E0E0E0; |
|
|
|
} |
|
|
|
.ui.form :focus::-webkit-input-placeholder { |
|
|
|
color: #AAAAAA; |
|
|
@ -200,7 +204,7 @@ |
|
|
|
} |
|
|
|
.ui.form textarea.empty, |
|
|
|
.ui.form input.empty { |
|
|
|
color: #CCCCCC; |
|
|
|
color: #E0E0E0; |
|
|
|
} |
|
|
|
|
|
|
|
/* Error Placeholder */ |
|
|
@ -285,47 +289,26 @@ |
|
|
|
} |
|
|
|
.ui.form .date.field > label:after { |
|
|
|
position: absolute; |
|
|
|
top: 22px; |
|
|
|
right: 10px; |
|
|
|
top: 1.2em; |
|
|
|
right: 0.4em; |
|
|
|
|
|
|
|
font-family: 'Icons'; |
|
|
|
content: '📅'; /* '\1f4c5' */ |
|
|
|
font-size: 20px; |
|
|
|
font-size: 1.5em; |
|
|
|
font-weight: normal; |
|
|
|
color: #CCCCCC; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.large.form .date.field > label:after { |
|
|
|
top: 29px; |
|
|
|
font-size: 24px; |
|
|
|
} |
|
|
|
|
|
|
|
/*-------------------- |
|
|
|
Higher Contrast |
|
|
|
Inverted Colors |
|
|
|
---------------------*/ |
|
|
|
.ui.contrasting.form label { |
|
|
|
.ui.inverted.form label { |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
.ui.contrasting.form .field.error textarea, |
|
|
|
.ui.contrasting.form .field.error input[type="text"] { |
|
|
|
background-color: #FFAAAA; |
|
|
|
border-color: #FF3333; |
|
|
|
color: #AA5555; |
|
|
|
} |
|
|
|
.ui.contrasting.form .field.error label { |
|
|
|
color: #FF3333; |
|
|
|
} |
|
|
|
.ui.contrasting.form .notices, |
|
|
|
.ui.contrasting.form .errors { |
|
|
|
border-color: #FF3333; |
|
|
|
background-image: -webkit-linear-gradient(top , #F36666 0px, #E14242 100%); |
|
|
|
background-image: -moz-linear-gradient(top , #F36666 0px, #E14242 100%); |
|
|
|
background-image: -o-linear-gradient(top , #F36666 0px, #E14242 100%); |
|
|
|
background-image: -ms-linear-gradient(top , #F36666 0px, #E14242 100%); |
|
|
|
background-image: linear-gradient(top , #F36666 0px, #E14242 100%); |
|
|
|
|
|
|
|
color: #FFFFFF; |
|
|
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); |
|
|
|
.ui.inverted.form .field.error textarea, |
|
|
|
.ui.inverted.form .field.error input[type="text"] { |
|
|
|
background-color: #FFCCCC; |
|
|
|
} |
|
|
|
|
|
|
|
/*-------------------- |
|
|
@ -443,7 +426,3 @@ |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*-------------------- |
|
|
|
Error Messages |
|
|
|
---------------------*/ |