summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/pages/popup/style.css
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@trisquel.info>2022-09-08 20:18:54 -0400
committerRuben Rodriguez <ruben@trisquel.info>2022-09-08 20:18:54 -0400
commit5da28b0f8771834ae208d61431d632875e9f8e7d (patch)
tree688ecaff26197bad8abde617b4947b11d617309e /data/extensions/https-everywhere@eff.org/pages/popup/style.css
parent4a87716686104266a9cccc2d83cc249e312f3673 (diff)
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
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/pages/popup/style.css')
-rw-r--r--data/extensions/https-everywhere@eff.org/pages/popup/style.css37
1 files changed, 11 insertions, 26 deletions
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;