forked from extern/egroupware
Give today button in datepicker a reasonable size
This commit is contained in:
parent
02494eb694
commit
358c11edb1
@ -466,12 +466,13 @@ span.et2_date_duration input.et2_date_duration{
|
|||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2px;
|
top: 0px;
|
||||||
right: 24px;
|
right: 28px;
|
||||||
width: 23px;
|
width: 16px;
|
||||||
height: 23px;
|
height: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
background-repeat:no-repeat;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
text-indent: 20px;
|
text-indent: 20px;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
@ -2003,9 +2004,9 @@ div.ui-dialog div.ui-dialog-content > div[id] {
|
|||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
}
|
}
|
||||||
.et2_toolbar-dropdown button:hover{
|
.et2_toolbar-dropdown button:hover{
|
||||||
color: none !important;
|
color: transparent !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: none !important;
|
background-color: transparent !important;
|
||||||
vertical-align: bottom !important;
|
vertical-align: bottom !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user