mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-30 17:49:19 +03:00
Added option to hide the video player controls button in the popup.
This commit is contained in:
25
popup.css
25
popup.css
@@ -59,6 +59,31 @@ body {
|
||||
top:1px;
|
||||
}
|
||||
|
||||
.warningButton {
|
||||
-moz-box-shadow:inset 0px 1px 0px 0px #cfbd6c;
|
||||
-webkit-box-shadow:inset 0px 1px 0px 0px #cfbd6c;
|
||||
box-shadow:inset 0px 1px 0px 0px #cfbd6c;
|
||||
background-color:#d0821b;
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
border-radius:3px;
|
||||
border:1px solid #948b11;
|
||||
display:inline-block;
|
||||
cursor:pointer;
|
||||
color:#ffffff;
|
||||
font-size:13px;
|
||||
padding:6px 24px;
|
||||
text-decoration:none;
|
||||
text-shadow:0px 1px 0px #856829;
|
||||
}
|
||||
.warningButton:hover {
|
||||
background-color:#bc8215;
|
||||
}
|
||||
.warningButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
||||
.smallButton {
|
||||
background-color:#f9902d;
|
||||
-moz-border-radius:3px;
|
||||
|
||||
Reference in New Issue
Block a user