aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index/Panel.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/Panel.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/Panel.less')
-rw-r--r--assets/index/Panel.less15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/index/Panel.less b/assets/index/Panel.less
new file mode 100644
index 0000000..0abdbfb
--- /dev/null
+++ b/assets/index/Panel.less
@@ -0,0 +1,15 @@
1.@{prefixClass}-panel {
2 display: inline-block;
3 position: relative;
4 outline: none;
5 border: 1px solid #ccc;
6 list-style: none;
7 font-size: 12px;
8 text-align: left;
9 background-color: #fff;
10 border-radius: 3px;
11 box-shadow: 0 1px 5px #ccc;
12 background-clip: padding-box;
13 border: 1px solid #ccc;
14 line-height: 1.5;
15}