aboutsummaryrefslogtreecommitdiff
path: root/src/gui/style.css
diff options
context:
space:
mode:
authorJoris2022-04-24 16:31:49 +0200
committerJoris2022-04-24 16:31:49 +0200
commit47fe90ee23d8ab04645ef3c7a17459ed40c5b765 (patch)
treed1aa7d3840a3bd825dcae0a0398fec7ca310f45c /src/gui/style.css
parent6d271b09303d924381cc65e7c0b5eb56833780ed (diff)
downloadcalendar-47fe90ee23d8ab04645ef3c7a17459ed40c5b765.tar.gz
calendar-47fe90ee23d8ab04645ef3c7a17459ed40c5b765.tar.bz2
calendar-47fe90ee23d8ab04645ef3c7a17459ed40c5b765.zip
Allow to attach categories to events
Diffstat (limited to 'src/gui/style.css')
-rw-r--r--src/gui/style.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/style.css b/src/gui/style.css
index 59ae30d..1b592d3 100644
--- a/src/gui/style.css
+++ b/src/gui/style.css
@@ -26,18 +26,6 @@
font-weight: bold;
}
-.g-Calendar__DayEvent {
- background-color: #A8C2E0;
- color: white;
- border-radius: 4px;
- padding: 4px;
- margin: 4px;
-}
-
-.g-Calendar__DayEvent:hover {
- background-color: pink;
-}
-
.g-Dialog {
background-color: white;
color: black;