removing the default outline offset for the chat message input box

This commit is contained in:
Rodolphe Breard 2012-11-14 17:57:52 +01:00
parent 8a41267bb2
commit e72b4ab867

View file

@ -53,6 +53,10 @@
outline: 1px solid #aaa; outline: 1px solid #aaa;
} }
.chat-msg:focus {
outline-offset: 0;
}
.capitalize { .capitalize {
text-transform: capitalize; text-transform: capitalize;
} }