From: <par...@us...> - 2009-07-30 17:55:20
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27956/templates/green Modified Files: default.css Log Message: Make 'today' highlighting in day and week views more obvious. Add missing weekToday CSS class. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** default.css 28 Jul 2009 14:42:01 -0000 1.8 --- default.css 30 Jul 2009 17:55:06 -0000 1.9 *************** *** 16,24 **** .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #cfc; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #cfc; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #cff; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } --- 16,24 ---- .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #B0E8B0; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #B0E8B0; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #B0E8E8; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } *************** *** 70,73 **** --- 70,76 ---- .maintable { width: 990px; } + /* Week view */ + .weektoday { background-color: #dff; } + /* Month View */ |