Commit f59ec804 authored by Steven Verbeek's avatar Steven Verbeek

Fix for search input when focused, no longer turns blue.

parent 945702a3
......@@ -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;
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment