Merge pull request #5724 from AugierLe42e/comment-design

Changed color border on active text
This commit is contained in:
Jonne Haß 2015-03-04 11:52:09 +01:00
commit 26cda1b1c5

View file

@ -42,7 +42,8 @@
width: 95%; width: 95%;
height: 30px; 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; } & + .submit_button { display: block; }
} }
} }