aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2019-11-13 15:01:19 +0000
committercristiano <[email protected]>2019-11-13 15:01:19 +0000
commit3d171ffb54db76220c5262586a6ec6ed0fe13dbc (patch)
tree3ee834cf4535e0bf52477dc86daa2289fd6d2e19 /templates/@theme-base
parent50c4ca36dcd21d27a80e3866371fcbd0d1366c41 (diff)
downloadprotonmail-themes-3d171ffb54db76220c5262586a6ec6ed0fe13dbc.tar.xz
protonmail-themes-3d171ffb54db76220c5262586a6ec6ed0fe13dbc.zip
Adds toggle button color.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_styles.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index bcfc73e..8292211 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -98,7 +98,6 @@ $boxshadow-main: none;
background: $highlight;
}
-
// Information blocks
.block-info-standard {
border-color: $info_color;
@@ -120,4 +119,10 @@ $boxshadow-main: none;
.link:active, .link:focus, .link:hover, a:active, a:focus, a:hover {
color: darken($highlight, 10%);
+}
+
+// Settings toggle button
+.pm-toggle-checkbox:checked+.pm-toggle-label:before {
+ background: $highlight;
+ border-color: $highlight;
} \ No newline at end of file