提交 57fb7696 编写于 作者: A Abdullah Almsaeed

Added arrow to select boxes

上级 4a4457b5
......@@ -3,10 +3,7 @@
* ---------------
*/
.form-control {
.border-radius(@input-radius)!important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
.border-radius(@input-radius)!important;
box-shadow: none;
border-color: @gray;
&:focus {
......@@ -23,6 +20,12 @@
&::-webkit-input-placeholder {
color: #bbb;
}
&:not(select) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
}
.form-group {
......
......@@ -889,9 +889,6 @@ a:focus {
*/
.form-control {
border-radius: 0px !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
border-color: #d2d6de;
}
......@@ -909,6 +906,11 @@ a:focus {
.form-control::-webkit-input-placeholder {
color: #bbb;
}
.form-control:not(select) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-group.has-success label {
color: #00a65a;
}
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册