aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.css')
-rw-r--r--examples/common.css12
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 { 138li.rc-time-picker-panel-select-option-selected {
138 background: #edfaff; 139 background: #edfaff;
139 color: #2db7f5; 140 color: #2db7f5;
140} 141}
142li.rc-time-picker-panel-select-option-disabled {
143 color: #bfbfbf;
144}
145li.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