mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
highlight active links and focused inputs
This commit is contained in:
parent
d5e855cf40
commit
8801feafe5
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue