Skip to content

Commit

Permalink
[mirotalksfu] - improve button UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 4, 2024
1 parent af6c257 commit 9968780
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
13 changes: 13 additions & 0 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,19 @@ body {
max-height: 400px;
}

#applyAudioOptionsButton {
background: #2632ff;
width: 180px;
padding: 10px;
margin-left: 10px;
font-size: 1rem;
transition: 0.3s;
}
#applyAudioOptionsButton:hover {
background: var(--select-bg);
transform: scale(0.95);
}

/*--------------------------------------------------------------
# Settings Table
--------------------------------------------------------------*/
Expand Down
8 changes: 1 addition & 7 deletions public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,14 +592,8 @@ <h1>Loading</h1>
</div>
</td>
</tr>
<tr>
<td>
<button class="btn btn-primary" id="applyAudioOptionsButton">
Apply options
</button>
</td>
</tr>
</table>
<button id="applyAudioOptionsButton">Apply options</button>
</div>
</div>
<div id="speakerSelectDiv">
Expand Down

0 comments on commit 9968780

Please sign in to comment.