Commit 5aefda8d by Tom Giannattasio

modified zebra stripes

parent dd92f51f
...@@ -61,12 +61,12 @@ div.gradebook-wrapper { ...@@ -61,12 +61,12 @@ div.gradebook-wrapper {
padding-left: 20px; padding-left: 20px;
border-bottom: 1px solid $cell-border-color; border-bottom: 1px solid $cell-border-color;
border-left: 1px solid $table-border-color; border-left: 1px solid $table-border-color;
background: #f6f6f6; background: #f3f3f3;
font-size: 13px; font-size: 13px;
line-height: 50px; line-height: 50px;
} }
tr:nth-child(even) td { tr:nth-child(odd) td {
background-color: #fbfbfb; background-color: #fbfbfb;
} }
} }
...@@ -183,13 +183,13 @@ div.gradebook-wrapper { ...@@ -183,13 +183,13 @@ div.gradebook-wrapper {
td { td {
height: 50px; height: 50px;
border-bottom: 1px solid $cell-border-color; border-bottom: 1px solid $cell-border-color;
background: #f6f6f6; background: #f3f3f3;
font-size: 13px; font-size: 13px;
line-height: 50px; line-height: 50px;
border-left: 1px solid $cell-border-color; border-left: 1px solid $cell-border-color;
} }
tr:nth-child(even) td { tr:nth-child(odd) td {
background-color: #fbfbfb; background-color: #fbfbfb;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment