forked from extern/egroupware
Fix cancel and yes buttons icon in idots and jdots repeated x times
This commit is contained in:
parent
7b61b42585
commit
d05390db68
@ -204,6 +204,18 @@ button.et2_button_with_image {
|
||||
background-position: 5% center;
|
||||
background-size: 16px;
|
||||
}
|
||||
/* et2_box_widget ###*/
|
||||
button[id="cancel"],
|
||||
button#cancel {
|
||||
padding-left: 6px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
}
|
||||
.ui-dialog-buttonset button {
|
||||
padding-left: 6px !important;
|
||||
background-position: left !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
/**
|
||||
* Drop down button
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user