forked from extern/egroupware
Replace jquery check icon with svg version
This commit is contained in:
parent
b2c60f5667
commit
5fecbf3051
@ -1157,6 +1157,13 @@ option:checked {
|
||||
background-position: center;
|
||||
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-widget-header .ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus {
|
||||
|
@ -107,6 +107,13 @@ option:checked {background-color: @color_hover_row;}
|
||||
background-position: center;
|
||||
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-widget-header .ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus{
|
||||
|
Loading…
Reference in New Issue
Block a user