aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/wwwroot/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/wwwroot/style.css')
-rw-r--r--backends/networking/wwwroot/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/backends/networking/wwwroot/style.css b/backends/networking/wwwroot/style.css
index c1bc14d652..ba31587c4d 100644
--- a/backends/networking/wwwroot/style.css
+++ b/backends/networking/wwwroot/style.css
@@ -96,3 +96,18 @@ td img { vertical-align: middle; height: 20px; }
.directory_name a { color: black; }
.directory_name a:hover { color: blue; }
+
+#loading_message, #error_message {
+ margin: -8pt;
+ margin-bottom: 5pt;
+ padding: 4pt;
+ text-align: center;
+}
+
+#loading_message {
+ background: #99FF99;
+}
+
+#error_message {
+ background: #FF9999;
+}