Added border to notice and increased timeout more, also added a notice about the timeout.

This commit is contained in:
Ajay Ramachandran
2019-07-11 18:47:03 -04:00
parent 9abec6bcba
commit 7ea2c2b974
2 changed files with 20 additions and 7 deletions

View File

@@ -12,11 +12,12 @@
}
#sponsorSkipNotice {
min-height: 120px;
min-height: 125px;
min-width: 400px;
background-color: rgba(255, 217, 217, 0.8);
position: absolute;
z-index: 1;
z-index: 1;
border: 3px solid rgba(0, 0, 0, 0.8);
}
#sponsorSkipMessage {
@@ -24,7 +25,13 @@
color: #000000;
text-align: center;
margin-top: 10px;
font-weight: bold;
font-weight: bold;
}
#sponsorSkipInfo {
font-size: 10px;
color: #000000;
text-align: center;
}
.sponsorSkipButton {