diff options
author | afc163 <afc163@gmail.com> | 2017-10-22 16:50:34 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-10-22 16:50:34 +0800 |
commit | 2c639dd696bd05c5bde5f90c3188a789f203b442 (patch) | |
tree | 2a7206aee1278337e36893ec31b37412e97224d0 /assets | |
parent | 8a116e355bfabda48537be06d21cf01fdceaa8b7 (diff) | |
download | time-picker-2c639dd696bd05c5bde5f90c3188a789f203b442.tar.gz time-picker-2c639dd696bd05c5bde5f90c3188a789f203b442.tar.zst time-picker-2c639dd696bd05c5bde5f90c3188a789f203b442.zip |
update style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index/Picker.less | 2 | ||||
-rw-r--r-- | assets/index/Select.less | 6 |
2 files changed, 4 insertions, 4 deletions
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 @@ | |||
12 | background-color: #fff; | 12 | background-color: #fff; |
13 | background-image: none; | 13 | background-image: none; |
14 | border: 1px solid #d9d9d9; | 14 | border: 1px solid #d9d9d9; |
15 | border-radius: 6px; | 15 | border-radius: 4px; |
16 | 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); | 16 | 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); |
17 | } | 17 | } |
18 | } | 18 | } |
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 @@ | |||
49 | } | 49 | } |
50 | 50 | ||
51 | li&-option-selected { | 51 | li&-option-selected { |
52 | background: #edfaff; | 52 | background: #f7f7f7; |
53 | color: #2db7f5; | 53 | font-weight: bold; |
54 | } | 54 | } |
55 | 55 | ||
56 | li&-option-disabled { | 56 | li&-option-disabled { |
57 | color: #bfbfbf; | 57 | color: #ccc; |
58 | &:hover { | 58 | &:hover { |
59 | background: transparent; | 59 | background: transparent; |
60 | cursor: not-allowed; | 60 | cursor: not-allowed; |