summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/infra-status.css')
-rw-r--r--public/assets/css/infra-status.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/public/assets/css/infra-status.css b/public/assets/css/infra-status.css
new file mode 100644
index 0000000..ace8033
--- /dev/null
+++ b/public/assets/css/infra-status.css
@@ -0,0 +1,28 @@
+i.status-icon {
+ vertical-align: baseline;
+ font-size: 140%;
+ float: right;
+ margin-right: -0.3em;
+}
+
+.status-up .status-icon {
+ color: #49a052;
+ color: #65B812;
+}
+
+.status-down .status-icon {
+ color: #a94442;
+ color: #cc0000;
+}
+
+.status-maintenance .status-icon {
+ color: #777;
+}
+
+.status-warning .status-icon {
+ color: #edd400;
+}
+
+.active .status-icon {
+ color: white;
+} \ No newline at end of file