diff options
Diffstat (limited to 'assets/index/Select.less')
-rw-r--r-- | assets/index/Select.less | 6 |
1 files changed, 3 insertions, 3 deletions
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; |