update datepicker style

This commit is contained in:
afc163 2015-10-29 19:01:10 +08:00
parent 3a414505e8
commit 0c96016708
5 changed files with 5 additions and 0 deletions

View File

@ -156,6 +156,7 @@
padding: 0;
background: transparent;
text-align: center;
transition: background 0.3s ease;
&:hover {
background: tint(@primary-color, 90%);

View File

@ -39,6 +39,7 @@
line-height: 24px;
padding: 0 6px;
border-radius: 4px;
transition: background 0.3s ease;
&:hover {
background: tint(@primary-color, 90%);

View File

@ -39,6 +39,7 @@
line-height: 24px;
padding: 0 6px;
border-radius: 4px;
transition: background 0.3s ease;
&:hover {
background: tint(@primary-color, 90%);

View File

@ -54,6 +54,7 @@
border-radius: 4px;
margin: 0 auto;
color: #666;
transition: background 0.3s ease;
&:hover {
background: tint(@primary-color, 90%);

View File

@ -39,6 +39,7 @@
line-height: 24px;
padding: 0 6px;
border-radius: 4px;
transition: background 0.3s ease;
&:hover {
background: tint(@primary-color, 90%);