examples/layout/calendar.html
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:18:01 +0000 (18:18 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:18:01 +0000 (18:18 +0800)
examples/layout/calendar.html

index 6b2bb01..7d3ea81 100644 (file)
@@ -69,7 +69,7 @@ html>body thead tr {
 }
 
 /* make the TH elements pretty */
-/*thead th {
+thead th {
        background: #C96;
        border-left: 1px solid #EB8;
        border-right: 1px solid #B74;
@@ -77,24 +77,24 @@ html>body thead tr {
        font-weight: normal;
        padding: 4px 3px;
        text-align: left
-}*/
+}
 
 /* make the A elements pretty. makes for nice clickable headers                */
-thead a, thead a:link, thead a:visited {
+/*thead a, thead a:link, thead a:visited {
        color: #FFF;
        display: block;
        text-decoration: none;
        width: 100%
-}
+}*/
 
 /* make the A elements pretty. makes for nice clickable headers                */
 /* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
-thead a:hover {
+/*thead a:hover {
        color: #FFF;
        display: block;
        text-decoration: underline;
        width: 100%
-}
+}*/
 
 /* define the table content to be scrollable                                              */
 /* set TBODY element to have block level attributes. All other non-IE browsers            */
@@ -109,23 +109,23 @@ html>body tbody {
 
 /* make TD elements pretty. Provide alternating classes for striping the table */
 /* http://www.alistapart.com/articles/zebratables/                             */
-tbody td, tbody tr.normalRow td {
+/*tbody td, tbody tr.normalRow td {
        background: #FFF;
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #CCC;
        border-top: 1px solid #DDD;
        padding: 2px 3px 3px 4px
-}
+}*/
 
-tbody tr.alternateRow td {
+/*tbody tr.alternateRow td {
        background: #EEE;
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #CCC;
        border-top: 1px solid #DDD;
        padding: 2px 3px 3px 4px
-}
+}*/
 
 /* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
 /* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */