1
0
Fork 0
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:
MrTimscampi 2020-02-29 20:17:22 +01:00
parent 57bc5e5ee4
commit e6034e9bf2
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ html {
.inputLabelFocused, .inputLabelFocused,
.selectLabelFocused, .selectLabelFocused,
.textareaLabelFocused { .textareaLabelFocused {
color: green; color: #00a4dc;
} }
.checkboxOutline { .checkboxOutline {

View file

@ -105,7 +105,7 @@ html {
.inputLabelFocused, .inputLabelFocused,
.selectLabelFocused, .selectLabelFocused,
.textareaLabelFocused { .textareaLabelFocused {
color: green; color: #00a4dc;
} }
.checkboxOutline { .checkboxOutline {