diff options
| author | cristiano <[email protected]> | 2020-01-02 22:25:10 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-01-02 22:25:10 +0000 |
| commit | a996046bfae182c2919bf81f19e864571365a129 (patch) | |
| tree | 3cc9844b99fee6d08a57fec131773886100a6e5b | |
| parent | e864c72fd604b640ad7e12d5d5019dc387203914 (diff) | |
| download | protonmail-themes-a996046bfae182c2919bf81f19e864571365a129.tar.xz protonmail-themes-a996046bfae182c2919bf81f19e864571365a129.zip | |
Calendar event background.
| -rw-r--r-- | templates/@theme-base/_full.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index 14d050c..a3c37b0 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -429,4 +429,14 @@ select.pm-field, select.pm-field-icon-container { // border-right: 1px solid #dde6ec; // border-right: 1px solid var(--bordercolor-input,#dde6ec); background-color: darken($base, 10%); +} + +// Calendar event text color +.calendar-dayeventcell-inner { + color: $text_color; +} + +.calendar-dayeventcell-inner:focus, +.calendar-dayeventcell-inner:hover { + background-color: darken($base, 10%); }
\ No newline at end of file |
