mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix leftover green in themes
This commit is contained in:
parent
57bc5e5ee4
commit
e6034e9bf2
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ html {
|
||||||
.inputLabelFocused,
|
.inputLabelFocused,
|
||||||
.selectLabelFocused,
|
.selectLabelFocused,
|
||||||
.textareaLabelFocused {
|
.textareaLabelFocused {
|
||||||
color: green;
|
color: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxOutline {
|
.checkboxOutline {
|
||||||
|
|
|
@ -105,7 +105,7 @@ html {
|
||||||
.inputLabelFocused,
|
.inputLabelFocused,
|
||||||
.selectLabelFocused,
|
.selectLabelFocused,
|
||||||
.textareaLabelFocused {
|
.textareaLabelFocused {
|
||||||
color: green;
|
color: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxOutline {
|
.checkboxOutline {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue