[mirotalk] - improvements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -366,8 +366,8 @@ access to use this app.
|
||||
<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 id="unlockRoomBtn" class="red">
|
||||
<i class="fas fa-lock red"></i> Unlock room
|
||||
</button>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user