summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 1359c4ba..f16d35dd 100644
--- a/style/default.css
+++ b/style/default.css
@@ -148,5 +148,22 @@ body {
}
.slx-warning-badge {
- color: #ff0;
+ color: #ff6;
}
+
+.slx-footer {
+ color: #999;
+ padding: 5px;
+}
+
+.slx-bold {
+ font-weight: bold;
+}
+
+.slx-fade {
+ opacity: 0.5;
+}
+
+.slx-pointer {
+ cursor: pointer;
+} \ No newline at end of file