提交 f59ec804 编写于 作者: S Steven Verbeek

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册