[mirotalk] - add orange class
This commit is contained in:
@@ -2027,6 +2027,10 @@ hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: orange !important;
|
||||
}
|
||||
|
||||
/*
|
||||
z-index
|
||||
6 theme custom picker
|
||||
|
||||
@@ -363,8 +363,12 @@ access to use this app.
|
||||
</tr>
|
||||
</table>
|
||||
<div id="tabRoomSecurity">
|
||||
<button id="lockRoomBtn"><i class="fas fa-lock-open"></i> Lock room</button>
|
||||
<button id="unlockRoomBtn"><i class="fas fa-lock"></i> Unlock room</button>
|
||||
<button id="lockRoomBtn" class="orange">
|
||||
<i class="fas fa-lock-open orange"></i> Lock room
|
||||
</button>
|
||||
<button id="unlockRoomBtn" class="orange">
|
||||
<i class="fas fa-lock orange"></i> Unlock room
|
||||
</button>
|
||||
<br />
|
||||
</div>
|
||||
<div id="tabEmailInvitation">
|
||||
|
||||
Reference in New Issue
Block a user