Compare commits

...

1 Commits

Author SHA1 Message Date
6f6a4e4aec Improve slider track visibility in both themes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 13:58:35 +03:00

View File

@@ -694,7 +694,7 @@ button:disabled {
height: 6px;
-webkit-appearance: none;
appearance: none;
background: var(--bg-primary);
background: var(--border);
border-radius: 3px;
outline: none;
}
@@ -999,7 +999,7 @@ button:disabled {
appearance: none;
height: 6px;
border-radius: 3px;
background: var(--bg-primary);
background: var(--border);
outline: none;
cursor: pointer;
}
@@ -1777,7 +1777,7 @@ dialog::backdrop {
height: 4px;
-webkit-appearance: none;
appearance: none;
background: var(--bg-tertiary);
background: var(--border);
border-radius: 2px;
outline: none;
cursor: pointer;