[mirotalk] - add orange class

This commit is contained in:
Miroslav Pejic
2024-12-22 23:46:50 +01:00
parent 60f006d783
commit bfb1561b7d
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -2027,6 +2027,10 @@ hr {
display: none;
}
.orange {
color: orange !important;
}
/*
z-index
6 theme custom picker
+6 -2
View File
@@ -363,8 +363,12 @@ access to use this app.
</tr>
</table>
<div id="tabRoomSecurity">
<button id="lockRoomBtn"><i class="fas fa-lock-open"></i>&nbsp;Lock room</button>
<button id="unlockRoomBtn"><i class="fas fa-lock"></i>&nbsp;Unlock room</button>
<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>
<br />
</div>
<div id="tabEmailInvitation">