fix issue #137: Background from datapicker is 'transparent'

This commit is contained in:
XIAO XI LIU 2016-04-01 21:27:30 +08:00
parent 482eeb1c21
commit 73b1bb8e8e

View file

@ -18,3 +18,7 @@ input[type="text"] {
.form-horizontal .control-label {
text-align: left;
}
.ui-datepicker {
background-color: #d0e0c0;
}