Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 24b5261cf7d684c9d4a9414161e4f10b671d9219 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Tue Nov 6 08:27:32 2012 +0100
Add the css to make the current day appear more clearly in the calendar
fedocal/static/fedocal.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/fedocal/static/fedocal.css b/fedocal/static/fedocal.css index ce8df93..6050067 100644 --- a/fedocal/static/fedocal.css +++ b/fedocal/static/fedocal.css @@ -241,3 +241,9 @@ table.month td { table.month td.noday { background-color: #f9f9f9; } + +table.month td.today{ + background-color: #fff7da; + border: 1px solid #000; + color: #000; +}
fedocal-devel@lists.fedorahosted.org