Skip to content

Commit

Permalink
Hover effect on project status table
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Fehler committed Jun 13, 2016
1 parent 1253d5b commit 93e2306
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,24 @@ th.pane {
color: #666
}

#projectstatus tr:hover {
background-color: #f0f0f0 !important;

td {
background-color: #f0f0f0 !important;
}
}

#projectstatus .healthReportDetails table tbody tr td {
background-color: @color-white !important;
color: @color-text !important;
}

#projectstatus .healthReportDetails table tbody tr:hover td {
background-color: @color-white !important;
color: @color-text !important;
}

a#jenkins-home-link {
opacity: 1 !important;
}
Expand Down

0 comments on commit 93e2306

Please sign in to comment.