Skip to content

Commit e981572

Browse files
zolhorvathlauriii
authored andcommitted
Issue #65: Fix status report icons (#67)
1 parent e5c9bff commit e981572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

css/src/components/system-status-counter.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
}
4040

4141
.system-status-counter__status-icon--error:before {
42-
background-image: url(../../../stable/images/core/icons/e32700/error.svg);
42+
background-image: url(../../../../../../core/themes/stable/images/core/icons/e32700/error.svg);
4343
}
4444
.system-status-counter__status-icon--warning:before {
45-
background-image: url(../../../stable/images/core/icons/e29700/warning.svg);
45+
background-image: url(../../../../../../core/themes/stable/images/core/icons/e29700/warning.svg);
4646
}
4747
.system-status-counter__status-icon--checked:before {
48-
background-image: url(../../../stable/images/core/icons/73b355/check.svg);
48+
background-image: url(../../../../../../core/themes/stable/images/core/icons/73b355/check.svg);
4949
}
5050

5151
.system-status-counter__status-title {

css/src/components/system-status-report.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
}
8989
.system-status-report__status-icon--error .details-title:before,
9090
.details .system-status-report__status-icon--error:before {
91-
background-image: url(../../../stable/images/core/icons/e32700/error.svg);
91+
background-image: url(../../../../../../core/themes/stable/images/core/icons/e32700/error.svg);
9292
}
9393
.system-status-report__status-icon--warning .details-title:before,
9494
.details .system-status-report__status-icon--warning:before {
95-
background-image: url(../../../stable/images/core/icons/e29700/warning.svg);
95+
background-image: url(../../../../../../core/themes/stable/images/core/icons/e29700/warning.svg);
9696
}
9797

9898
.system-status-report__entry__value {

0 commit comments

Comments
 (0)