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"] {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user