]> git.immae.eu Git - github/fretlink/time-picker.git/commitdiff
update style
authorafc163 <afc163@gmail.com>
Sun, 22 Oct 2017 08:50:34 +0000 (16:50 +0800)
committerafc163 <afc163@gmail.com>
Sun, 22 Oct 2017 08:50:34 +0000 (16:50 +0800)
assets/index/Picker.less
assets/index/Select.less

index 76bf834acd5633d966d8971d6de80aaeb16d286f..1fb3787a03d2359c0a344c2b752bef4855200a01 100644 (file)
@@ -12,7 +12,7 @@
     background-color: #fff;
     background-image: none;
     border: 1px solid #d9d9d9;
-    border-radius: 6px;
+    border-radius: 4px;
     transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
   }
 }
index ecef8a85fd8e2538a4cde820141775a08276e3d4..86c73c1094a570dbcd055219c0dc344b112e78c2 100644 (file)
   }
 
   li&-option-selected {
-    background: #edfaff;
-    color: #2db7f5;
+    background: #f7f7f7;
+    font-weight: bold;
   }
 
   li&-option-disabled {
-    color: #bfbfbf;
+    color: #ccc;
     &:hover {
       background: transparent;
       cursor: not-allowed;