Added border to focused input
This commit is contained in:
parent
eafc47bfb3
commit
bd8d1811e3
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue