[mirotalk] - improvements

This commit is contained in:
Miroslav Pejic
2024-12-22 23:59:09 +01:00
parent bfb1561b7d
commit 24c76e8429
2 changed files with 14 additions and 2 deletions
+12
View File
@@ -2027,10 +2027,22 @@ hr {
display: none;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.red {
color: red !important;
}
.orange {
color: orange !important;
}
.green {
color: rgb(0, 255, 71) !important;
}
/*
z-index
6 theme custom picker
+2 -2
View File
@@ -366,8 +366,8 @@ access to use this app.
<button id="lockRoomBtn" class="orange">
<i class="fas fa-lock-open orange"></i>&nbsp;Lock room
</button>
<button id="unlockRoomBtn" class="orange">
<i class="fas fa-lock orange"></i>&nbsp;Unlock room
<button id="unlockRoomBtn" class="red">
<i class="fas fa-lock red"></i>&nbsp;Unlock room
</button>
<br />
</div>