mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-02 22:59:16 +03:00
Fix submission button colouring
This commit is contained in:
@@ -86,21 +86,33 @@ div.logoText>p, .sbHeader {
|
|||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mediumButton {
|
.sponsorBlockPageBody .mediumButton {
|
||||||
background: red;
|
background-color:#cc1717;
|
||||||
/* font-weight: bold; */
|
-moz-border-radius:28px;
|
||||||
padding: 6px 24px;
|
-webkit-border-radius:28px;
|
||||||
font-size: 16px;
|
border-radius:28px;
|
||||||
border-radius: 25px;
|
|
||||||
border: none;
|
border: none;
|
||||||
text-decoration: none;
|
display:inline-block;
|
||||||
color: white;
|
cursor:pointer;
|
||||||
min-height: 26px;
|
color:#ffffff;
|
||||||
min-width: 152px;
|
font-size:16px;
|
||||||
display: block;
|
padding:8px 37px;
|
||||||
overflow: hidden;
|
text-decoration:none;
|
||||||
text-overflow: ellipsis;
|
text-shadow:0px 0px 0px #662727;
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
|
|
||||||
|
transition: 0.01s background-color;
|
||||||
|
}
|
||||||
|
.sponsorBlockPageBody .mediumButton:hover {
|
||||||
|
background-color:#ec1c1c;
|
||||||
|
}
|
||||||
|
.sponsorBlockPageBody .mediumButton:focus {
|
||||||
|
outline: none;
|
||||||
|
background-color:#ec1c1c;
|
||||||
|
}
|
||||||
|
.sponsorBlockPageBody .mediumButton:active {
|
||||||
|
position:relative;
|
||||||
|
top:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* disable extension */
|
/* disable extension */
|
||||||
|
|||||||
Reference in New Issue
Block a user