Make entity list filter have rounded focus highlight

This commit is contained in:
David Rowe 2016-04-07 13:38:12 +12:00
parent 3f62702ff0
commit 9c9da1cab9

View file

@ -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;