aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-01-02 22:25:10 +0000
committercristiano <[email protected]>2020-01-02 22:25:10 +0000
commita996046bfae182c2919bf81f19e864571365a129 (patch)
tree3cc9844b99fee6d08a57fec131773886100a6e5b
parente864c72fd604b640ad7e12d5d5019dc387203914 (diff)
downloadprotonmail-themes-a996046bfae182c2919bf81f19e864571365a129.tar.xz
protonmail-themes-a996046bfae182c2919bf81f19e864571365a129.zip
Calendar event background.
-rw-r--r--templates/@theme-base/_full.scss10
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