summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-15 15:14:06 +0200
committerSimon Rettberg2014-10-15 15:14:06 +0200
commit429ba64e17dd5d5acd542cf34774cdbe96d9818f (patch)
treeade66c974bafa900d8786a701e338bcb599c6a55 /style
parentUpdate translations (diff)
downloadslx-admin-429ba64e17dd5d5acd542cf34774cdbe96d9818f.tar.gz
slx-admin-429ba64e17dd5d5acd542cf34774cdbe96d9818f.tar.xz
slx-admin-429ba64e17dd5d5acd542cf34774cdbe96d9818f.zip
eventlog: add api, add page to view events
Diffstat (limited to 'style')
-rw-r--r--style/default.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css
index acbddcd6..1359c4ba 100644
--- a/style/default.css
+++ b/style/default.css
@@ -87,7 +87,15 @@ body {
}
.red {
- color: red;
+ color: #c00;
+}
+
+.orange {
+ color: #c70;
+}
+
+.green {
+ color: #0c0;
}
.slx-label {
@@ -139,6 +147,6 @@ body {
to { transform: scale( 1 ) rotate( 360deg ); }
}
-.slx-text-red {
+.slx-warning-badge {
color: #ff0;
}