From b32fe71f89eef90494ff602c382fa63e4b89f556 Mon Sep 17 00:00:00 2001 From: cristiano Date: Thu, 2 Jan 2020 19:28:09 +0000 Subject: =?UTF-8?q?Adds=20styles=20to=20selected=20day=20and=20weekdays=20?= =?UTF-8?q?on=20calendar.=20=F0=9F=93=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/@theme-base/_full.scss | 15 +++++++++++++++ templates/@theme-base/_styles.scss | 8 ++++++++ 2 files changed, 23 insertions(+) (limited to 'templates/@theme-base') diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index 9a89268..e0240c1 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -404,4 +404,19 @@ select.pm-field, select.pm-field-icon-container { // Plans table .pm-plans-table-row--highlighted { background-color: $base; +} + +// Calendar Weekdays +.calendar-grid-heading, .calendar-monthgrid-day { + color: $text_color; +} + +.calendar-grid-heading[aria-current="date"] { + color: white; +} + +// Calendar checkbox +.pm-checkbox-fakecheck { + border-color: $highlight; + background: transparent; } \ No newline at end of file diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index a1b41da..65096ea 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -227,4 +227,12 @@ a:active, a:focus, a:hover, &::-moz-progress-bar { background: $highlight; } +} + +// Calendar current day +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: darken($highlight, 25%); } \ No newline at end of file -- cgit v1.2.3