diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-12-12 20:34:00 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-12-12 20:34:00 +0800 |
commit | 518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6 (patch) | |
tree | 664ef5377589dc3c4def7e732dfaa76e89da1fb1 /assets | |
parent | 182e9fccc90ae709322b7cc314c8775a9d8d46b8 (diff) | |
download | time-picker-518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6.tar.gz time-picker-518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6.tar.zst time-picker-518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6.zip |
add new options about disabled time
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index/Select.less | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/index/Select.less b/assets/index/Select.less index 3e94c11..13b5b18 100644 --- a/assets/index/Select.less +++ b/assets/index/Select.less | |||
@@ -48,8 +48,16 @@ | |||
48 | } | 48 | } |
49 | } | 49 | } |
50 | 50 | ||
51 | &-option-selected { | 51 | li&-option-selected { |
52 | background: #edfaff; | 52 | background: #edfaff; |
53 | color: #2db7f5; | 53 | color: #2db7f5; |
54 | } | 54 | } |
55 | |||
56 | li&-option-disabled { | ||
57 | color: #bfbfbf; | ||
58 | &:hover { | ||
59 | background: transparent; | ||
60 | cursor: not-allowed; | ||
61 | } | ||
62 | } | ||
55 | } | 63 | } |