Improve TV mode a little

Don't expect me to start testing it tho, I don't use it and don't intend to "support" it
This commit is contained in:
Casper Talvio
2023-01-04 03:43:59 +02:00
parent 5e90ddd044
commit 588850aca5
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
.emby-button.show-focus:focus {
background: rgba(var(--accent),0.5) !important;
}
.paper-icon-button-light.show-focus:focus {
color: rgba(var(--accent)) !important;
}
/*Title text buttons*/
button-flat:hover {
color: rgba(var(--accent)) !important;