mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
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-position: 5% center;
|
||||||
background-size: 16px;
|
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
|
* Drop down button
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user