summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-12 13:12:35 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-12 13:12:35 +0200
commit9cdda723cc90492cd4ac1fb32d31e5077293a2b9 (patch)
tree45f298356858900b0becac3c176af0799b069635 /web/style.css
parent625206f888a796cf40dadbf571fc23bdf3c3379b (diff)
Added loading and error indications for web UI
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/web/style.css b/web/style.css
index f704d6f..57bfbe3 100644
--- a/web/style.css
+++ b/web/style.css
@@ -9,7 +9,9 @@
width: calc(100% - 2px);
height: 30px;
position: relative;
- background: rgb(200, 200, 200);
+ background: #C8C8C8;
+ border-right: 2px solid #C8C8C8;
+ box-sizing: content-box;
}
#pitch-indicator-bar {
height: 100%;
@@ -37,3 +39,8 @@
background: red;
float: left;
}
+
+.error {
+ border: 1px solid red;
+ padding: 10px;
+}