mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Fix up vote button CSS
This commit is contained in:
@@ -343,15 +343,6 @@
|
|||||||
color: rgb(235, 235, 235);
|
color: rgb(235, 235, 235);
|
||||||
}
|
}
|
||||||
|
|
||||||
.voteButton {
|
|
||||||
height: 24px;
|
|
||||||
width: 24px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.voteButton:hover {
|
|
||||||
filter: brightness(80%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.segmentSummary {
|
.segmentSummary {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
@@ -523,7 +514,7 @@ input::-webkit-inner-spin-button {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.helpButton:hover {
|
.helpButton:hover {
|
||||||
filter: brightness(80%);
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sbChatNotice iframe {
|
.sbChatNotice iframe {
|
||||||
|
|||||||
@@ -190,6 +190,10 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.voteButton:hover {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "Voted!" text that appears after voting on a segment
|
* "Voted!" text that appears after voting on a segment
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user