Fix issues with DR & Invidious themes

This commit is contained in:
mini-bomba
2022-07-30 00:27:09 +02:00
parent 81b01ac5cc
commit a62f6ca696
2 changed files with 10 additions and 10 deletions

View File

@@ -173,6 +173,7 @@
}
.sponsorSkipNoticeTableContainer {
color: white;
background-color: rgba(28, 28, 28, 0.9);
border-radius: 5px;
min-width: 100%;
@@ -530,6 +531,11 @@ input::-webkit-inner-spin-button {
padding: 3px;
}
.sponsorTimeEditSelector > option {
background-color: rgba(28, 28, 28, 0.9);
color: white;
}
.helpButton {
height: 25px;
cursor: pointer;