From de724c6a5efafd575c25953ba4d824b05a9f7e21 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 4 Apr 2016 10:59:15 -0300 Subject: Color one-time events differently --- public/css/sublab.calendar.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'public/css/sublab.calendar.css') diff --git a/public/css/sublab.calendar.css b/public/css/sublab.calendar.css index 10cd70f..246fb34 100644 --- a/public/css/sublab.calendar.css +++ b/public/css/sublab.calendar.css @@ -6,15 +6,23 @@ margin: 2px 0 0 0; padding: 0.5em 0.2em 0.5em 0.7em; min-height: 0; - background-color: rgb(49,52,55); + background-color: rgb(22,22,22); background: linear-gradient( - rgb(55,58,60), - rgb(49,52,55) 60%, - rgb(45,48,50) + rgb(20,20,20), + rgb(25,25,25) 60%, + rgb(17,17,17) ); min-width: 0; border-radius: 0.4em; } +.calendar-listing>p.onetime { + background-color: rgb(50,50,100); + background: linear-gradient( + rgb(50,50,100), + rgb(60,60,120) 60%, + rgb(45,45,90) + ); +} .calendar-listing .date { font-size: 0.8em; -- cgit v1.2.1