Skip to content

Commit

Permalink
Merge pull request #72 from jsfehler/hover-projectstatus
Browse files Browse the repository at this point in the history
Hover effect on project status table
  • Loading branch information
afonsof authored Sep 27, 2016
2 parents f1d563e + 93e2306 commit 8af301c
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 8af301c

Please sign in to comment.