From: afc163 Date: Sun, 22 Oct 2017 08:50:34 +0000 (+0800) Subject: update style X-Git-Tag: 3.0.0~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=2c639dd696bd05c5bde5f90c3188a789f203b442;p=github%2Ffretlink%2Ftime-picker.git update style --- diff --git a/assets/index/Picker.less b/assets/index/Picker.less index 76bf834..1fb3787 100644 --- a/assets/index/Picker.less +++ b/assets/index/Picker.less @@ -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); } } diff --git a/assets/index/Select.less b/assets/index/Select.less index ecef8a8..86c73c1 100644 --- a/assets/index/Select.less +++ b/assets/index/Select.less @@ -49,12 +49,12 @@ } 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;