Skip to content
This repository has been archived by the owner. It is now read-only.

Commit ab8f3b3

Browse files
committed
fix css
1 parent f84ef58 commit ab8f3b3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dist/jquery.ejDate.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.ejDate.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ejDate 1.0.0 alpha
2+
* ejDate 1.0.1 alpha
33
* https://github.com/stackjie/ejDate.js
44
* @license MIT licensed
55
*
@@ -17,6 +17,8 @@
1717
margin-top: 6px;
1818
border: 1px solid #d5d5d5;
1919
border-radius: 5px;
20+
font-size: 14px;
21+
background: #fff;
2022
box-shadow: 3px 3px 8px #d5d5d5;
2123
position: absolute;
2224
}
@@ -122,7 +124,6 @@
122124
height: 30px;
123125
border: 1px solid #c4c4c4;
124126
border-radius: 5px;
125-
font-size: 16px;
126127
vertical-align:middle;
127128
outline: none;
128129
cursor: pointer;

0 commit comments

Comments
 (0)