mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 07:20:10 +02:00
Make entity list filter have rounded focus highlight
This commit is contained in:
parent
3f62702ff0
commit
9c9da1cab9
1 changed files with 6 additions and 0 deletions
|
@ -218,6 +218,12 @@ input.search {
|
|||
border-radius: 14px;
|
||||
}
|
||||
|
||||
input.search:focus {
|
||||
outline: none;
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0 0 0px 1px #00b4ef;
|
||||
}
|
||||
|
||||
input:disabled, textarea:disabled {
|
||||
background-color: #383838;
|
||||
color: #afafaf;
|
||||
|
|
Loading…
Reference in a new issue