Added border to focused input

This commit is contained in:
Marcin Kurczewski 2014-09-17 09:44:27 +02:00
parent eafc47bfb3
commit bd8d1811e3

View file

@ -74,6 +74,12 @@ input[type=button]:not(:disabled):hover.highlight {
background: #dfa;
}
textarea:focus, input:focus{
outline: none;
box-shadow: 0 0 0 1px #5da inset;
border-color: #5da;
}
.file-handler {
border: 3px dashed #eee;