From b863d69450a87b7a33c7f7a8032b391692031520 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Sat, 8 Apr 2023 01:25:36 +0200 Subject: [PATCH] Dark-theme update fixes --- index.html | 16 ++++++++-------- main.css | 32 ++++++++++++++++++++++++++++---- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 84089b9..31e0005 100644 --- a/index.html +++ b/index.html @@ -1377,21 +1377,21 @@ - @@ -1403,7 +1403,7 @@ 100 @@ -1421,7 +1421,7 @@ Scene Stats @@ -1501,11 +1501,11 @@ diff --git a/main.css b/main.css index a70d5d0..4243170 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 */ @@ -3564,6 +3564,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); @@ -3749,9 +3774,6 @@ div#roomnotes2 { float: left; left: 0; } -i.las.la-circle { - color: red; -} .streamID { text-align: right; margin: 5px 5px 2px 0px; @@ -4838,6 +4860,8 @@ input:checked + .slider:before { content: "\f3c1"; } .la-theater-masks:before { content: "\f630"; } +.la-compact-disc:before { + content: "\f51f"; } body.darktheme { color: white;