diff --git a/index.html b/index.html
index 9458487..10ddd0e 100644
--- a/index.html
+++ b/index.html
@@ -1389,21 +1389,21 @@
-
-
+
mute in scenes
@@ -1513,11 +1513,11 @@
-
+
Record Local
-
+
Record Remote
diff --git a/main.css b/main.css
index c67e3e2..3c6304b 100644
--- a/main.css
+++ b/main.css
@@ -11,7 +11,7 @@
--darktheme-blue: rgb(33 69 114);
--darktheme-green: rgb(36 88 49);
- --darktheme-brown: rgb(72 47 33);
+ --darktheme-brown: rgb(96 58 25);
--darktheme-yellow: rgb(84 70 9);
/* Discord Greys */
@@ -3571,6 +3571,31 @@ div#roomnotes2 {
gap: 2px;
}
+.controlsGrid button i {
+ font-size: 15px;
+}
+
+/* Button icons: Red */
+.controlsGrid button[data-action-type="mute-scene"] i,
+.controlsGrid button[data-action-type="mute-guest"] i,
+.controlsGrid button[data-action-type="hangup"] i,
+.controlsGrid button[data-action-type="remote-global-record"] i,
+.controlsGrid button[data-action-type="local-global-record"] i,
+.controlsGrid button[data-action-type="recorder-local"] i,
+.controlsGrid button[data-action-type="recorder-remote"] i {
+ color: #f00;
+}
+/* Button icons: Green */
+.controlsGrid button[data-action-type="addToScene"] i,
+.controlsGrid button[data-action-type="solo-chat"] i {
+ color: #0c0;
+}
+/* Button icons: Blue */
+.controlsGrid button[data-action-type=""] i {
+ color: #00f;
+}
+
+
/* Specitic CSS for different elements inside the guest control-buttons */
.darktheme .controlsGrid .director-message-box {
background-color: var(--discord-grey-1);
@@ -3756,9 +3781,6 @@ div#roomnotes2 {
float: left;
left: 0;
}
-i.las.la-circle {
- color: red;
-}
.streamID {
text-align: right;
margin: 5px 5px 2px 0px;
@@ -4845,6 +4867,8 @@ input:checked + .slider:before {
content: "\f3c1"; }
.la-theater-masks:before {
content: "\f630"; }
+.la-compact-disc:before {
+ content: "\f51f"; }
body.darktheme {
color: white;