diff options
author | polo <ordipolo@gmx.fr> | 2025-06-24 23:57:59 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-06-24 23:57:59 +0200 |
commit | 7a13d53e43c7db7fe39474208ffa54ba2906d308 (patch) | |
tree | 5bb9af2935c0e7c753c5eace6d9e4538c739a383 /public/css/calendar.css | |
parent | 41adf94ebf868232aa43fe9b8b80029896da9da7 (diff) | |
download | cms-7a13d53e43c7db7fe39474208ffa54ba2906d308.zip |
petites améliorations au système de mot de passe
Diffstat (limited to 'public/css/calendar.css')
-rw-r--r-- | public/css/calendar.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/calendar.css b/public/css/calendar.css index ba9a462..1cfb0fd 100644 --- a/public/css/calendar.css +++ b/public/css/calendar.css | |||
@@ -34,6 +34,10 @@ td .fc-timegrid-axis{ | |||
34 | .fc-day-other{ | 34 | .fc-day-other{ |
35 | background-color: #f0f0f0; | 35 | background-color: #f0f0f0; |
36 | } | 36 | } |
37 | .fc-daygrid-day:not(.fc-day-other, .fc-day-today){ | ||
38 | background-color: #ffffff; | ||
39 | } | ||
40 | |||
37 | .fc-daygrid-day-top{ | 41 | .fc-daygrid-day-top{ |
38 | justify-content: center; | 42 | justify-content: center; |
39 | } | 43 | } |