diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 99d8c77e23..421c1691b1 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -2084,14 +2084,14 @@ body::after { .serverBoostTabItem-2hFTIN[aria-selected=true] { text-shadow: 1px 1px var(--textshadow); } -.side-8zPYf6 .themed-OHr7kt.item-PXvHYJ:hover:not(.disabled-1Hwwfb), /* sideitems */ -.topPill-30KHOu .themed-OHr7kt.item-PXvHYJ:hover:not(.disabled-1Hwwfb) { /* tabitems */ +#app-mount .side-8zPYf6 .themed-OHr7kt.item-PXvHYJ:hover:not(.disabled-1Hwwfb), /* sideitems */ +#app-mount .topPill-30KHOu .themed-OHr7kt.item-PXvHYJ:hover:not(.disabled-1Hwwfb) { /* tabitems */ background-color: rgba(var(--transparencycolor), .2); } -.side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, -.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, -.side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover, -.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover { +#app-mount .side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, +#app-mount .topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, +#app-mount .side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover, +#app-mount .topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover { background-color: rgb(var(--accentcolor)); color: #fff; text-shadow: 1px 1px var(--textshadow);