From d0222de24abc709b5957b7d96ec550531abbaa5c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 25 Jul 2024 10:18:41 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/Room.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/Room.css b/public/css/Room.css index c5bf1527..14564af2 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -798,7 +798,7 @@ th { .transcription-header-options button { border: none; transition: all 0.3s ease-in-out; - background: rgba(0, 0, 0, 0.2); + background: transparent; color: #fff; border-radius: 5px; transition: background 0.23s; @@ -895,6 +895,7 @@ th { .transcription-inputarea select { margin: 0 5px; + background-color: var(--select-bg) !important; cursor: pointer; }