Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 5, 2024
1 parent 097a10b commit e7a0653
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ body {
transition: 0.3s;
}
#applyAudioOptionsButton:hover {
background: var(--select-bg);
background: var(--body-bg);
transform: scale(0.95);
}

Expand Down Expand Up @@ -492,7 +492,8 @@ th {
--------------------------------------------------------------*/

.dropdown-menu {
background: var(--body-bg);
/* background: var(--body-bg); */
background: var(--select-bg) !important;
border: none;
overflow-y: auto;
}
Expand Down

0 comments on commit e7a0653

Please sign in to comment.