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;

View File

@@ -6,6 +6,11 @@
font-size: 10pt;
}
.card.show-animation:focus>.cardBox {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
/*Theme user setting tab buttons*/
div[data-role="controlgroup"] a.ui-btn-active {
background: rgba(0, 0, 0, 0.5) !important;