mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
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-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