aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.css')
-rw-r--r--examples/common.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/common.css b/examples/common.css
index d0af16d..52ae5f6 100644
--- a/examples/common.css
+++ b/examples/common.css
@@ -20,7 +20,7 @@
20 border: 1px solid #d9d9d9; 20 border: 1px solid #d9d9d9;
21 border-radius: 6px; 21 border-radius: 6px;
22 -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 22 -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
23 transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 23 transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
24} 24}
25.rc-time-picker-panel { 25.rc-time-picker-panel {
26 z-index: 1070; 26 z-index: 1070;
@@ -83,7 +83,7 @@
83 line-height: 1; 83 line-height: 1;
84 width: 20px; 84 width: 20px;
85 -webkit-transition: color 0.3s ease; 85 -webkit-transition: color 0.3s ease;
86 transition: color 0.3s ease; 86 transition: color 0.3s ease;
87} 87}
88.rc-time-picker-panel-clear-btn:hover:after { 88.rc-time-picker-panel-clear-btn:hover:after {
89 color: #666; 89 color: #666;