Merge pull request #6569 from megawac/fix-calendar-clear-background

Fix calendar clear background color
This commit is contained in:
偏右 2017-06-22 10:44:33 +08:00 committed by GitHub
commit 94b04a81fb

View File

@ -48,7 +48,7 @@
z-index: 1;
position: absolute;
right: 7px;
background: #fff;
background: @input-bg;
top: 50%;
font-size: @font-size-base;
color: @disabled-color;