diff options
Diffstat (limited to 'assets/index/Picker.less')
-rw-r--r-- | assets/index/Picker.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/index/Picker.less b/assets/index/Picker.less index 76bf834..610c2b0 100644 --- a/assets/index/Picker.less +++ b/assets/index/Picker.less | |||
@@ -12,7 +12,12 @@ | |||
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 | &[disabled] { | ||
18 | color: #ccc; | ||
19 | background: #f7f7f7; | ||
20 | cursor: not-allowed; | ||
21 | } | ||
17 | } | 22 | } |
18 | } | 23 | } |