From 3d171ffb54db76220c5262586a6ec6ed0fe13dbc Mon Sep 17 00:00:00 2001 From: cristiano Date: Wed, 13 Nov 2019 15:01:19 +0000 Subject: Adds toggle button color. --- templates/@theme-base/_styles.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/@theme-base') 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 -- cgit v1.2.3