Browse Source

emby small fixes

pull/241/head
Marius 4 years ago
parent
commit
94239b72da
  1. 5
      CSS/themes/emby/emby-base.css

5
CSS/themes/emby/emby-base.css

@ -1,7 +1,7 @@
/*TP CUSTOM */ /*TP CUSTOM */
h1,h2, h3, h4, h5, h6, h1,h2, h3, h4, h5, h6,
.inputLabel { .inputLabel, label {
color: var(--text-hover); color: var(--text-hover);
} }
@ -197,7 +197,8 @@ html {
color: var(--button-text) 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); background: var(--button-color-hover);
color: var(--button-text-hover) color: var(--button-text-hover)
} }

Loading…
Cancel
Save