[mirotalk] - style: refactor select inputs, dropdowns, and UI elements for consistent modern styling

This commit is contained in:
Miroslav Pejic
2026-03-28 17:13:29 +01:00
parent f78931a68f
commit 81e09ec18f
7 changed files with 169 additions and 34 deletions
+2 -2
View File
@@ -156,7 +156,7 @@
color: #aaa;
cursor: pointer;
padding: 4px 6px;
border-radius: 4px;
border-radius: 8px;
transition: all 0.2s ease;
display: flex;
align-items: center;
@@ -184,7 +184,7 @@
font-size: 18px;
line-height: 1;
padding: 4px;
border-radius: 4px;
border-radius: 8px;
transition: all 0.2s ease;
color: #aaa;
}