update DateTimePicker
update DateTimePicker
This commit is contained in:
parent
d596b9e4f8
commit
5cc9b892b8
8 changed files with 98 additions and 21 deletions
|
@ -244,5 +244,19 @@
|
|||
text-align: right;
|
||||
padding: 8px;
|
||||
clear: both;
|
||||
& > span{
|
||||
color: @link-color;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
float: left;
|
||||
padding: 2px 0;
|
||||
transition: all @transition-time @ease-in-out;
|
||||
&:hover{
|
||||
color: @link-hover-color;
|
||||
}
|
||||
&:active{
|
||||
color: @link-active-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue