Skip to content

Commit

Permalink
Invert hightlighting colors: normal background gray, hover background…
Browse files Browse the repository at this point in the history
… white.
  • Loading branch information
avodonosov committed Aug 6, 2012
1 parent ae61ac0 commit 0c0be97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reports-generated/style.css
Expand Up @@ -46,10 +46,6 @@
border-collapse: collapse;
}

.test-table th {
background: white;
}

.test-table td, .test-table th {
padding-left: 2px;
padding-right: 2px;
Expand Down Expand Up @@ -84,12 +80,16 @@ th.rotated-header {

/* Table highlighting */

th.hover, .hover {
.test-table {
background-color: #f2f2f2;
}

th.hover, .hover {
background-color: white;
}

th.no-hover {
background-color: white;
background-color: #f2f2f2;
color: black !important;
}

Expand Down

0 comments on commit 0c0be97

Please sign in to comment.