Give today button in datepicker a reasonable size

This commit is contained in:
Hadi Nategh 2016-05-18 14:26:47 +02:00
parent 02494eb694
commit 358c11edb1

View File

@ -466,12 +466,13 @@ span.et2_date_duration input.et2_date_duration{
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
position: absolute;
top: -2px;
right: 24px;
width: 23px;
height: 23px;
top: 0px;
right: 28px;
width: 16px;
height: 16px;
overflow: hidden;
background-color: white;
background-repeat:no-repeat;
margin-left: 3px;
text-indent: 20px;
background-size: contain;
@ -2003,9 +2004,9 @@ div.ui-dialog div.ui-dialog-content > div[id] {
background-size: 16px;
}
.et2_toolbar-dropdown button:hover{
color: none !important;
color: transparent !important;
border: none !important;
background-color: none !important;
background-color: transparent !important;
vertical-align: bottom !important;
}