From 5da28b0f8771834ae208d61431d632875e9f8e7d Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 8 Sep 2022 20:18:54 -0400 Subject: Updated extensions: * Upgraded Privacy Redirect to 1.1.49 and configured to use the 10 most reliable invidious instances * Removed ViewTube * Added torproxy@icecat.gnu based on 'Proxy toggle' extension * Added jShelter 0.11.1 * Upgraded LibreJS to 7.21.0 * Upgraded HTTPS Everywhere to 2021.7.13 * Upgraded SubmitMe to 1.9 --- .../https-everywhere@eff.org/pages/popup/style.css | 37 +++++++--------------- 1 file changed, 11 insertions(+), 26 deletions(-) (limited to 'data/extensions/https-everywhere@eff.org/pages/popup/style.css') diff --git a/data/extensions/https-everywhere@eff.org/pages/popup/style.css b/data/extensions/https-everywhere@eff.org/pages/popup/style.css index 38a35ac..304f2f8 100644 --- a/data/extensions/https-everywhere@eff.org/pages/popup/style.css +++ b/data/extensions/https-everywhere@eff.org/pages/popup/style.css @@ -1,18 +1,11 @@ -:root { - --https-blue: #0a84ff; - --darker-blue: #0060df; - --text-main: #000; - --text-secondary: #464646; - --light-grey: #ececec; - --space: 5px; -} +@import "../main.css"; body { color: var(--text-secondary); font-family: 'Lucida Grande', 'Segoe UI', Tahoma, 'DejaVu Sans', Arial, sans-serif; margin: 0; max-width: 400px; - min-width: 380px; + min-width: 360px; } header { @@ -80,23 +73,6 @@ footer a.button { border-bottom: var(--light-grey) solid 1px; } -.button { - border: var(--https-blue) solid 1px; - color: var(--text-main); - display: block; - font-size: 12px; - font-weight: bold; - margin: var(--space) auto; - padding: 10px; - text-align: center; - text-decoration: none; -} - -.button:hover { - background-color: var(--darker-blue); - color: #fff -} - .see_more__prompt { color: var(--text-main); cursor: pointer; @@ -306,6 +282,15 @@ input:checked+label:after { display: block; } +#resetButton { + display: inline-flex; + margin: 10px; + width: 95%; +} +#reset-to-defaults { + width: 100%; +} + /* Initially hide section (until rules get added). */ section.rules { display: none; -- cgit v1.2.3