summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-27 17:13:30 +0100
committerSimon Rettberg2014-10-27 17:13:30 +0100
commit08253a6b16e5abe09718e9a593f296c3a66b482b (patch)
tree3edfb90bc662b7e4e48aaa2dec4f6fe5fea07bac /style
parentUpdate AD proxy module generation, add config backup (diff)
downloadslx-admin-08253a6b16e5abe09718e9a593f296c3a66b482b.tar.gz
slx-admin-08253a6b16e5abe09718e9a593f296c3a66b482b.tar.xz
slx-admin-08253a6b16e5abe09718e9a593f296c3a66b482b.zip
Show modules of sysconfig using fancy javascript mouseover effects
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