Browse Source

Added arrow to select boxes

Abdullah Almsaeed 10 years ago
parent
commit
57fb76966b
3 changed files with 12 additions and 7 deletions
  1. 7 4
      build/less/forms.less
  2. 5 3
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css

+ 7 - 4
build/less/forms.less

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

+ 5 - 3
dist/css/AdminLTE.css

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

File diff suppressed because it is too large
+ 0 - 0
dist/css/AdminLTE.min.css


Some files were not shown because too many files changed in this diff