diff options
author | yiminghe <yiminghe@gmail.com> | 2015-12-21 17:14:48 +0800 |
---|---|---|
committer | yiminghe <yiminghe@gmail.com> | 2015-12-21 17:14:48 +0800 |
commit | 89b84f104138888b074334e76bc1dc7002f2d061 (patch) | |
tree | 052a86cd9c38588dc9bdfe675baf25f27798e90b /examples/common.css | |
parent | 70e9ca03bb946357ea1fc7edba8d9e3b31e0d5ca (diff) | |
download | time-picker-89b84f104138888b074334e76bc1dc7002f2d061.tar.gz time-picker-89b84f104138888b074334e76bc1dc7002f2d061.tar.zst time-picker-89b84f104138888b074334e76bc1dc7002f2d061.zip |
Updates
Diffstat (limited to 'examples/common.css')
-rw-r--r-- | examples/common.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/examples/common.css b/examples/common.css index 0209823..d0af16d 100644 --- a/examples/common.css +++ b/examples/common.css | |||
@@ -97,6 +97,7 @@ | |||
97 | box-sizing: border-box; | 97 | box-sizing: border-box; |
98 | width: 56px; | 98 | width: 56px; |
99 | overflow: hidden; | 99 | overflow: hidden; |
100 | position: relative; | ||
100 | } | 101 | } |
101 | .rc-time-picker-panel-select:hover { | 102 | .rc-time-picker-panel-select:hover { |
102 | overflow-y: auto; | 103 | overflow-y: auto; |
@@ -118,7 +119,7 @@ | |||
118 | } | 119 | } |
119 | .rc-time-picker-panel-select li { | 120 | .rc-time-picker-panel-select li { |
120 | list-style: none; | 121 | list-style: none; |
121 | box-sizing: border-box; | 122 | box-sizing: content-box; |
122 | margin: 0; | 123 | margin: 0; |
123 | padding: 0 0 0 16px; | 124 | padding: 0 0 0 16px; |
124 | width: 100%; | 125 | width: 100%; |
@@ -134,9 +135,16 @@ | |||
134 | .rc-time-picker-panel-select li:hover { | 135 | .rc-time-picker-panel-select li:hover { |
135 | background: #edfaff; | 136 | background: #edfaff; |
136 | } | 137 | } |
137 | .rc-time-picker-panel-select-option-selected { | 138 | li.rc-time-picker-panel-select-option-selected { |
138 | background: #edfaff; | 139 | background: #edfaff; |
139 | color: #2db7f5; | 140 | color: #2db7f5; |
140 | } | 141 | } |
142 | li.rc-time-picker-panel-select-option-disabled { | ||
143 | color: #bfbfbf; | ||
144 | } | ||
145 | li.rc-time-picker-panel-select-option-disabled:hover { | ||
146 | background: transparent; | ||
147 | cursor: not-allowed; | ||
148 | } | ||
141 | 149 | ||
142 | /*# sourceMappingURL=common.css.map*/ \ No newline at end of file | 150 | /*# sourceMappingURL=common.css.map*/ \ No newline at end of file |