aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/default.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/default/default.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/template/default/default.css b/template/default/default.css
index 4994645ab..abf187d63 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -424,4 +424,36 @@ div.remoteLocal {
/* for debugging purpose */
pre {
text-align:left;
+}
+
+.confMenu {
+ background-color:#444444;
+ text-align:center;
+}
+
+.confMenu a {
+ padding:2px;
+ border:1px solid gray;
+ background-color:#505050;
+ color:#fff48e;
+ color:lightgray;
+}
+
+.confMenu a:hover {
+ color:orange;
+ text-decoration:none;
+}
+
+.confMenu a.opened {
+ background-color:gray;
+ color:white;
+ text-decoration:none;
+}
+
+.optionTrue {
+ color:lightgreen;
+}
+
+.optionFalse {
+ color:#ffe1e1;
} \ No newline at end of file