1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

define color by default for inputs in chrome

This commit is contained in:
d47081 2023-11-11 08:13:18 +02:00
parent c6718b7f5f
commit 804e07490e

View File

@ -18,6 +18,7 @@ button,
select {
border: 1px solid var(--color-border-default);
border-radius: 3px;
color: var(--color-text-default);
padding: 4px;
}