diff options
| author | cristiano <[email protected]> | 2019-11-13 15:01:19 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2019-11-13 15:01:19 +0000 |
| commit | 3d171ffb54db76220c5262586a6ec6ed0fe13dbc (patch) | |
| tree | 3ee834cf4535e0bf52477dc86daa2289fd6d2e19 /templates/@theme-base | |
| parent | 50c4ca36dcd21d27a80e3866371fcbd0d1366c41 (diff) | |
| download | protonmail-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.scss | 7 |
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 |
