From 605f326cc967171854f2864d9b9845d64d81f336 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 12 Aug 2024 09:47:57 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/Editor.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/Editor.css b/public/css/Editor.css index b4556e90..54873351 100644 --- a/public/css/Editor.css +++ b/public/css/Editor.css @@ -74,6 +74,14 @@ padding: 5px; height: 30px; color: white; - border-radius: 10px; + border-radius: 4px; background: var(--body-bg); } + +select { + background-color: var(--select-bg) !important; + color: #fff !important; + padding: 5px 10px !important; + border: var(--border); + border-radius: 4px; +}