Skip to content

Commit f743d22

Browse files
authored
availability-map compact ignore classes (librenms#17704)
1 parent b87e924 commit f743d22

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

html/css/styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,20 @@ label {
18281828
background-color: #36393D;
18291829
}
18301830

1831+
.availability-map-oldview-box-ignored-up {
1832+
height:12px;
1833+
width:12px;
1834+
float:left;
1835+
background-color: #5CB85C;
1836+
}
1837+
1838+
.availability-map-oldview-box-ignored-down {
1839+
height:12px;
1840+
width:12px;
1841+
float:left;
1842+
background-color: #36393D;
1843+
}
1844+
18311845
.availability-map-widget-header {
18321846
line-height:34px;
18331847
}

0 commit comments

Comments
 (0)