1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

Update buttons.css

This commit is contained in:
Bartek
2025-01-19 15:25:40 +01:00
committed by GitHub
parent 4298e4ee34
commit b4286ced64

View File

@@ -86,10 +86,6 @@ input[type="text"], textarea, input[type="password"] {
caret-color: var(--color-4); caret-color: var(--color-4);
} }
input[type="password"]:not(.setup-wrapper input[type="password"]) {
border-radius: 15px 0 0 15px;
}
#tune-buttons input[type="text"] { #tune-buttons input[type="text"] {
width: 50%; width: 50%;
height: 48px; height: 48px;
@@ -341,4 +337,4 @@ select:hover {
#tune-buttons input[type="text"] { #tune-buttons input[type="text"] {
background-color: var(--color-1-transparent); background-color: var(--color-1-transparent);
} }
} }