forked from extern/egroupware
Replace jquery check icon with svg version
This commit is contained in:
parent
42fe16176b
commit
a8ceb2d5fa
@ -1157,6 +1157,13 @@ option:checked {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
.ui-widget-header .ui-icon.ui-icon-check {
|
||||||
|
background-image: url("../images/check.svg");
|
||||||
|
background-size: 12px auto;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
filter: brightness(2.5);
|
||||||
|
}
|
||||||
.ui-state-focus,
|
.ui-state-focus,
|
||||||
.ui-widget-header .ui-state-focus,
|
.ui-widget-header .ui-state-focus,
|
||||||
.ui-widget-content .ui-state-focus {
|
.ui-widget-content .ui-state-focus {
|
||||||
|
@ -107,6 +107,13 @@ option:checked {background-color: @color_hover_row;}
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
.ui-widget-header .ui-icon.ui-icon-check {
|
||||||
|
background-image: url("../images/check.svg");
|
||||||
|
background-size: 12px auto;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
filter: brightness(2.5);
|
||||||
|
}
|
||||||
.ui-state-focus,
|
.ui-state-focus,
|
||||||
.ui-widget-header .ui-state-focus,
|
.ui-widget-header .ui-state-focus,
|
||||||
.ui-widget-content .ui-state-focus{
|
.ui-widget-content .ui-state-focus{
|
||||||
|
Loading…
Reference in New Issue
Block a user