diff options
author | Alec Rust <[email protected]> | 2022-03-19 11:14:57 +0000 |
---|---|---|
committer | Alec Rust <[email protected]> | 2022-04-15 16:12:15 +0100 |
commit | c5b00f67a153286e0e8c528bc121898afa5e6f44 (patch) | |
tree | 4bd6a4f40081a6efa6ad2ce3714c09478ab5ce77 /public/popup.css | |
parent | 6f79e986ba4fc9be602151c8108256fcd78e632a (diff) | |
download | SponsorBlock-c5b00f67a153286e0e8c528bc121898afa5e6f44.tar.gz SponsorBlock-c5b00f67a153286e0e8c528bc121898afa5e6f44.zip |
Refine "consider force channel check" alert
Diffstat (limited to 'public/popup.css')
-rw-r--r-- | public/popup.css | 16 |
1 files changed, 9 insertions, 7 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; } |