mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-04-11 13:38:41 +03:00
Added thumbs up and down buttons.
This commit is contained in:
16
popup.css
16
popup.css
@@ -29,6 +29,10 @@ body {
|
||||
.greenButton:hover {
|
||||
background-color:#bf2a2a;
|
||||
}
|
||||
.greenButton:focus {
|
||||
outline: none;
|
||||
background-color:#bf2a2a;
|
||||
}
|
||||
.greenButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
@@ -54,6 +58,10 @@ body {
|
||||
.dangerButton:hover {
|
||||
background-color:#bc3315;
|
||||
}
|
||||
.dangerButton:focus {
|
||||
outline: none;
|
||||
background-color:#bc3315;
|
||||
}
|
||||
.dangerButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
@@ -79,6 +87,10 @@ body {
|
||||
.warningButton:hover {
|
||||
background-color:#bc8215;
|
||||
}
|
||||
.warningButton:focus {
|
||||
outline: none;
|
||||
background-color:#bc8215;
|
||||
}
|
||||
.warningButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
@@ -100,6 +112,10 @@ body {
|
||||
.smallButton:hover {
|
||||
background-color:#fa9806;
|
||||
}
|
||||
.smallButton:focus {
|
||||
outline: none;
|
||||
background-color:#fa9806;
|
||||
}
|
||||
.smallButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
|
||||
Reference in New Issue
Block a user