summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/pages/popup/style.css
diff options
context:
space:
mode:
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;