mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-04-13 14:38:48 +03:00
Added text set option (userID)
This commit is contained in:
@@ -3,11 +3,42 @@ body {
|
||||
font-family: Sans-Serif;
|
||||
}
|
||||
|
||||
.smallDescription {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.small-description {
|
||||
color: white;
|
||||
font-size: 13;
|
||||
}
|
||||
|
||||
.option-text-box {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.option-button {
|
||||
cursor: pointer;
|
||||
|
||||
background-color: #c00000;
|
||||
padding: 10px;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.option-button:hover {
|
||||
background-color: #fc0303;
|
||||
}
|
||||
|
||||
.option-button.disabled {
|
||||
cursor: default;
|
||||
|
||||
background-color: #520000;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#options {
|
||||
max-width: 60%;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user