Replace jquery check icon with svg version

This commit is contained in:
Hadi Nategh 2020-03-17 17:01:19 +01:00
parent b2c60f5667
commit 5fecbf3051
2 changed files with 14 additions and 0 deletions

View File

@ -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 {

View File

@ -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{