aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index/TimePanel.less
diff options
context:
space:
mode:
authorMG12 <wuzhao.mail@gmail.com>2015-11-19 09:40:27 +0800
committerMG12 <wuzhao.mail@gmail.com>2015-11-19 09:40:27 +0800
commitcadce7b210a339bb701f639c4bff65a2157e13de (patch)
tree251448b4d1295d23467fd91cacb2ed863205e30a /assets/index/TimePanel.less
parent63541ed7b1c9ad58348ea86c97f3e8b31830535b (diff)
downloadtime-picker-cadce7b210a339bb701f639c4bff65a2157e13de.tar.gz
time-picker-cadce7b210a339bb701f639c4bff65a2157e13de.tar.zst
time-picker-cadce7b210a339bb701f639c4bff65a2157e13de.zip
change the className of select panel container0.5.40.5.30.5.2
Diffstat (limited to 'assets/index/TimePanel.less')
-rw-r--r--assets/index/TimePanel.less16
1 files changed, 0 insertions, 16 deletions
diff --git a/assets/index/TimePanel.less b/assets/index/TimePanel.less
deleted file mode 100644
index 574605f..0000000
--- a/assets/index/TimePanel.less
+++ /dev/null
@@ -1,16 +0,0 @@
1.@{prefixClass}-panel {
2 display: inline-block;
3 position: relative;
4 outline: none;
5 font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
6 border: 1px solid #ccc;
7 list-style: none;
8 font-size: 12px;
9 text-align: left;
10 background-color: #fff;
11 border-radius: 3px;
12 box-shadow: 0 1px 5px #ccc;
13 background-clip: padding-box;
14 border: 1px solid #ccc;
15 line-height: 1.5;
16}