Override focus and colour CSS button styles

Set all button focus outline properties and set the colour and filter
on fixed buttons so more theme styles are overridden.
This commit is contained in:
Geoffrey D. Bennett
2024-03-31 03:03:51 +10:30
parent 0e227e1e07
commit 2ddede4d3f

View File

@@ -83,7 +83,7 @@ label.gain {
}
.window-frame button:focus:focus-visible {
outline-color: #801010;
outline: 2px solid #801010;
}
/* padding doesn't work when selected with .window-frame, so use
@@ -118,6 +118,11 @@ button.toggle {
filter: none;
}
.window-frame button.fixed label {
color: #ffffff;
filter: none;
}
/* Combobox controls that are always disabled because they indicate status */
.window-frame combobox.fixed > box > button {
color: #ffffff;