aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/default.css')
-rw-r--r--template/default/default.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/template/default/default.css b/template/default/default.css
index c215c94a7..caaf34152 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -388,3 +388,22 @@ td.confLineField {
height:20px;
background-color:#505050;
}
+
+div.remoteOutput {
+ background-color:#444444;
+ border:1px solid black;
+ margin:10px;
+ text-align:left;
+}
+
+li.remoteInfo {
+ color:gray;
+}
+
+li.remoteWarning {
+ color:#ffe1e1;
+}
+
+li.remoteError {
+ color:orange;
+} \ No newline at end of file