aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2014-06-30 16:41:02 +0200
committerMichel Etienne2014-06-30 16:41:02 +0200
commitd09dcf128ff6f1b27f5491e41f57341ed712a068 (patch)
tree6f12f89bc94ed74ea763bae9ce532786dd892c73
parent486d7f1eca4c35bfcc065feb16cec4429a66cfa3 (diff)
downloadchouette-core-d09dcf128ff6f1b27f5491e41f57341ed712a068.tar.bz2
manage color for excluded date
-rw-r--r--app/assets/stylesheets/main/calendar.css.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/main/calendar.css.scss b/app/assets/stylesheets/main/calendar.css.scss
index f9f5fd913..d59da3515 100644
--- a/app/assets/stylesheets/main/calendar.css.scss
+++ b/app/assets/stylesheets/main/calendar.css.scss
@@ -82,16 +82,18 @@ thead tr {
.selected_date { background-color: #8fc861 !important; }
-.overlap_date { background-color: #ffbd2b !important; }
+.excluded_date { background-color: #ff8f85 !important; }
-.specialDay, .selected_period, .selected_date, .overlap_date {
+.overlap_date { background-color: #c082f4 !important; }
+
+.specialDay, .selected_period, .selected_date, .overlap_date, .excluded_date {
a, a:visited, a:hover {
color: white;
text-decoration: none;
}
}
-.specialDay a:hover, selected_period a:hover, selected_date a:hover, overlap_date a:hover {
+.specialDay a:hover, selected_period a:hover, selected_date a:hover, excluded_date a:hover, overlap_date a:hover {
color: black;
}