Skip to content

Commit

Permalink
Switched styling for between summary at level 2 and 3 and added white…
Browse files Browse the repository at this point in the history
… background for key cell
  • Loading branch information
duboisp committed Aug 22, 2012
1 parent d5504b8 commit 163af4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/sass/zebra.scss
Expand Up @@ -114,6 +114,7 @@ dl.wet-boew-zebra {
&.table-keycell{
font-style: italic;
padding: 8px;
background-color: #FFF!important;
}
&.table-desccell{
font-style: italic;
Expand All @@ -122,10 +123,10 @@ dl.wet-boew-zebra {
}
&.table-summarycol3, &.table-summaryrow3 {
/* background-color: #9EE!important; */
background-color: #F4F4F4!important;
background-color: #FAFAFA!important;
}
&.table-summarycol2, &.table-summaryrow2 {
background-color: #FAFAFA!important;
background-color: #F4F4F4!important;
}
&.table-summarycol1, &.table-summaryrow1 {

Expand Down

0 comments on commit 163af4f

Please sign in to comment.