Skip to content

Commit

Permalink
[mirotalksfu] - add color
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 8, 2024
1 parent b419071 commit d307c2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,10 @@ button:hover {
color: red !important;
}

.yellow {
color: yellow !important;
}

.green {
color: rgb(0, 255, 71) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h1>Loading</h1>
<p>Lock room</p>
</button>
<button id="unlockRoomButton" class="hidden btn-custom">
<i class="fas fa-lock"></i>
<i class="fas fa-lock yellow"></i>
<p>Unlock room</p>
</button>
<button id="sendEmailInvitation" class="hidden btn-custom">
Expand Down

0 comments on commit d307c2b

Please sign in to comment.