diff options
| author | cristiano <[email protected]> | 2020-06-04 13:21:02 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-06-04 13:21:02 +0100 |
| commit | 90d3dae63ae714532698bd3dc5500458859bcc7e (patch) | |
| tree | e3c0ed8c63653dbd0f1fe5b316d2af844d725d75 | |
| parent | 372eec55a2afc9c32d275e3e5e2231d86467787a (diff) | |
| download | protonmail-themes-90d3dae63ae714532698bd3dc5500458859bcc7e.tar.xz protonmail-themes-90d3dae63ae714532698bd3dc5500458859bcc7e.zip | |
Fixes for checkboxes and icons for full themes.
| -rw-r--r-- | templates/@theme-base/_full.scss | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index 783e6e0..fe597d4 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -451,6 +451,21 @@ select.pm-field, select.pm-field-icon-container { background-color: $base; } +// Forms +.pm-checkbox-fakecheck, +.pm-radio-fakeradio { + border-color: $highlight; + background: transparent; +} + +[class*="icon-"].color-primary { + color: $highlight; +} + +.color-global-grey-dm { + color: $highlight; +} + // Calendar Weekdays .calendar-grid-heading, .calendar-monthgrid-day { color: $text_color; @@ -460,12 +475,6 @@ select.pm-field, select.pm-field-icon-container { color: white; } -// Calendar checkbox -.pm-checkbox-fakecheck { - border-color: $highlight; - background: transparent; -} - // Calendar weekday (monthview) .calendar-daygrid-weeknumber { // border-color: white; |
