highlight active links and focused inputs

This commit is contained in:
Serghey Rodin 2013-04-22 20:29:07 +03:00
commit 8801feafe5
2 changed files with 9 additions and 1 deletions

View file

@ -624,6 +624,10 @@
border: 1px solid #f79b44;
}
.vst-textinput:focus {
border: 1px solid #f79b44;
}
.vst-textinput:disabled {
background-color: #f1f1f1;
}
@ -643,6 +647,10 @@
border: 1px solid #f79b44;
}
.vst-input:focus {
border: 1px solid #f79b44;
}
.vst-input:disabled {
background-color: #f1f1f1;
}