Fix for search input when focused, no longer turns blue.
This commit is contained in:
parent
945702a3ea
commit
f59ec80412
1 changed files with 10 additions and 0 deletions
|
@ -48,3 +48,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Fix for Search Dropdown Border **/
|
||||||
|
.chzn-container {
|
||||||
|
.chzn-search {
|
||||||
|
input:focus {
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue