1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 16:09:36 +02:00

emby small fixes

This commit is contained in:
Marius 2021-07-22 18:34:37 +02:00
parent 7bf0d305a6
commit 94239b72da

View File

@ -1,7 +1,7 @@
/*TP CUSTOM */
h1,h2, h3, h4, h5, h6,
.inputLabel {
.inputLabel, label {
color: var(--text-hover);
}
@ -197,7 +197,8 @@ html {
color: var(--button-text)
}
.button-submit:not(.emby-button-tv):focus {
.button-submit:not(.emby-button-tv):focus,
.button-submit:not(.emby-button-tv):hover {
background: var(--button-color-hover);
color: var(--button-text-hover)
}