aboutsummaryrefslogtreecommitdiff
path: root/client-web/public
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/public')
-rw-r--r--client-web/public/assets/style/room.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/client-web/public/assets/style/room.css b/client-web/public/assets/style/room.css
index 3f62685..928ab4e 100644
--- a/client-web/public/assets/style/room.css
+++ b/client-web/public/assets/style/room.css
@@ -23,9 +23,11 @@
.user .info .name {
font-weight: 400;
}
+
.user.local .info .name {
text-decoration: underline;
}
+
.user .info {
margin-bottom: 1em;
}
@@ -44,6 +46,7 @@
.local-controls {
display: inline;
}
+
.local-controls::before {
content: "|";
}
@@ -51,6 +54,7 @@
.transfer-status {
background-color: #00000040;
}
+
.progress-bar {
z-index: -1;
padding: 0px;
@@ -59,3 +63,13 @@
border-radius: 3px;
background-color: var(--ac-light);
}
+
+
+.resource-track>div {
+ border: 2px solid transparent;
+ border-radius: 4px;
+}
+
+.resource-track>div.audio-active {
+ border: 2px solid rgb(37, 228, 37);
+}