mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Refine "consider force channel check" alert
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sponsorblockPopup a,
|
||||
#sponsorblockPopup button {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -210,7 +211,6 @@
|
||||
*/
|
||||
|
||||
.toggleSwitchContainer {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -297,11 +297,14 @@
|
||||
*/
|
||||
|
||||
#whitelistForceCheck {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
font-size: large;
|
||||
cursor: pointer;
|
||||
padding: 10px 0;
|
||||
background-color: #fff3cd;
|
||||
color: #664d03;
|
||||
display: block;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
#whitelistForceCheck:hover {
|
||||
background-color: #f2e4b7;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -511,7 +514,6 @@
|
||||
|
||||
#sbFooter a {
|
||||
color: var(--sb-main-fg-color);
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
|
||||
<div class="sbControlsMenu">
|
||||
<label id="whitelistButton" for="whitelistToggle" class="hidden sbControlsMenu-item" title="__MSG_forceChannelCheckPopup__">
|
||||
<label id="whitelistButton" for="whitelistToggle" class="hidden sbControlsMenu-item">
|
||||
<input type="checkbox" style="display:none;" id="whitelistToggle">
|
||||
<svg viewBox="0 0 24 24" width="23" height="23" class="SBWhitelistIcon sbControlsMenu-itemIcon">
|
||||
<path d="M24 10H14V0h-4v10H0v4h10v10h4V14h10z" />
|
||||
@@ -60,9 +60,9 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<p id="whitelistForceCheck" class="u-mZ hidden">
|
||||
<a id="whitelistForceCheck" class="hidden">
|
||||
__MSG_forceChannelCheckPopup__
|
||||
</p>
|
||||
</a>
|
||||
|
||||
<div id="mainControls" style="display: none">
|
||||
<p class="sbHeader">
|
||||
|
||||
Reference in New Issue
Block a user