mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
pretty, i think. some css fuckup still, and would be nice to 'separate' the rows so we see more border
git-svn-id: http://www.observium.org/svn/observer/trunk@2118 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+20
-4
@@ -326,27 +326,43 @@ A.orange:visited, a.orange, .orange { color: #FF7400; }
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.list-device, a.list-device-ignored, a.list-device-down, a.list-device-ignored-up {
|
||||
a.list-device, a.list-device-ignored, a.list-device-down, a.list-device-ignored-up, a.list-device-disabled {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
tr.list-device, tr.list-device-ignored, tr.list-device-down, tr.list-device-ignored-up, tr.list-device-disabled {
|
||||
}
|
||||
|
||||
tr.list-device-down {
|
||||
border: 2px solid #cc0000;
|
||||
}
|
||||
|
||||
tr.list-device-disabled {
|
||||
border: 2px solid #aaaaaa;
|
||||
}
|
||||
|
||||
tr.list-device-ignored {
|
||||
border: 2px dashed #cc0000;
|
||||
}
|
||||
|
||||
tr.list-device-ignored-up {
|
||||
border: 2px dashed #aaaaaa;
|
||||
}
|
||||
|
||||
.device-head, a.list-device {
|
||||
color: #000ccc;
|
||||
}
|
||||
|
||||
a.list-device-down, a.list-device-down, a.list-device-down:visited {
|
||||
color: #cc0000;
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
a.list-device-ignored-up {
|
||||
color: #009900;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
a.list-device-disabled {
|
||||
a.list-device-disabled, a.list-device-disabled:visited {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user