From 4f51655e17efe0456019d05921a669f6e5fc76ba Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Tue, 9 Oct 2012 16:36:43 +0200 Subject: Fix color for week end --- app/assets/stylesheets/calendar.css.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/calendar.css.scss b/app/assets/stylesheets/calendar.css.scss index e63d7f088..f9f5fd913 100644 --- a/app/assets/stylesheets/calendar.css.scss +++ b/app/assets/stylesheets/calendar.css.scss @@ -76,16 +76,13 @@ thead tr { border-bottom: 1px solid #111111; } -.specialDay { - background-color: #a8a8a8; - color: black; -} +.specialDay { background-color: #a8a8a8 !important; } -.selected_period { background-color: #ffbd2b; } +.selected_period { background-color: #ffbd2b !important; } -.selected_date { background-color: #8fc861; } +.selected_date { background-color: #8fc861 !important; } -.overlap_date { background-color: #ffbd2b; } +.overlap_date { background-color: #ffbd2b !important; } .specialDay, .selected_period, .selected_date, .overlap_date { a, a:visited, a:hover { -- cgit v1.2.3