Changed color border on active text"

This commit is contained in:
Augier 2015-03-03 21:13:52 +01:00
parent ba7f0cf2ed
commit 5be2fbafab

View file

@ -42,7 +42,8 @@
width: 95%;
height: 30px;
}
.comment_box:focus, .comment_box:valid {
textarea.comment_box:focus, textarea.comment_box:valid, textarea.comment_box:active {
border-color: $border-dark-grey;
& + .submit_button { display: block; }
}
}