Fix legibility of errors in fields. #TG-2262 #STATUS-ready-for-test

stable
Xavier Julián 2015-03-11 11:52:03 +01:00
parent 31e087a754
commit b215b04d8f
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,10 @@ textarea {
@include placeholder { @include placeholder {
color: darken($gray-light, 10%); color: darken($gray-light, 10%);
} }
&.checksley-error {
border: 1px solid $red;
transition: border .3s linear;
}
} }
textarea { textarea {
@ -35,9 +39,12 @@ textarea {
resize: vertical; resize: vertical;
} }
.checksley-error-list { .checksley-error-list {
@extend %small; @extend %small;
background: rgba($whitish, .8);
margin-bottom: 0; margin-bottom: 0;
padding: 0 .5rem;
position: absolute; position: absolute;
right: 2rem; right: 2rem;
top: 10px; top: 10px;