summaryrefslogtreecommitdiff
path: root/assets/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/index.css')
-rw-r--r--assets/index.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/assets/index.css b/assets/index.css
index 148f818..97845c5 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -84,6 +84,7 @@ html, body {
box-shadow: 0px 0px 2px 1px rgb(0, 0, 0);
overflow: hidden;
z-index: 20;
+ position: relative;
}
#play {
@@ -190,7 +191,7 @@ html, body {
color: #c1c1c1;
}
.sidebarItem > .colapse > div > svg {
- margin-right:4pt;
+ margin-right: 4pt;
color: magenta;
}
@@ -288,3 +289,16 @@ html, body {
height:16pt;
margin-left: 3pt;
}
+
+#activity {
+ position: absolute;
+ height: 100%;
+ padding:3pt;
+ right: 4pt;
+ color:darkgrey;
+ font-family: SourceSansPro;
+}
+
+#activity.error {
+ color:red;
+}