aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLuc Donnet2012-10-09 16:36:43 +0200
committerLuc Donnet2012-10-09 16:36:43 +0200
commit4f51655e17efe0456019d05921a669f6e5fc76ba (patch)
tree9c412e6613136b324f1dbec388dfd352dd492235 /app
parent95c9fd1a1e5445b95dc6d84aac369f0dad8b427f (diff)
downloadchouette-core-4f51655e17efe0456019d05921a669f6e5fc76ba.tar.bz2
Fix color for week end
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/calendar.css.scss11
1 files 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 {