aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlec Rust <[email protected]>2022-03-19 11:14:57 +0000
committerAlec Rust <[email protected]>2022-04-15 16:12:15 +0100
commitc5b00f67a153286e0e8c528bc121898afa5e6f44 (patch)
tree4bd6a4f40081a6efa6ad2ce3714c09478ab5ce77
parent6f79e986ba4fc9be602151c8108256fcd78e632a (diff)
downloadSponsorBlock-c5b00f67a153286e0e8c528bc121898afa5e6f44.tar.gz
SponsorBlock-c5b00f67a153286e0e8c528bc121898afa5e6f44.zip
Refine "consider force channel check" alert
-rw-r--r--public/popup.css16
-rw-r--r--public/popup.html6
2 files changed, 12 insertions, 10 deletions
diff --git a/public/popup.css b/public/popup.css
index 96f0d621..7096bbe4 100644
--- a/public/popup.css
+++ b/public/popup.css
@@ -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;
}
diff --git a/public/popup.html b/public/popup.html
index c94dddbc..5f07649d 100644
--- a/public/popup.html
+++ b/public/popup.html
@@ -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">