Skip to content

Commit

Permalink
Merge pull request #2533 from dirk-thomas/hover_all_stripped_table_rows
Browse files Browse the repository at this point in the history
[JENKINS-32148] - Add :hover to all stripped table rows
  • Loading branch information
daniel-beck committed Sep 22, 2016
2 parents d8821c8 + 6f3ee00 commit a371610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion war/src/main/webapp/css/style.css
Expand Up @@ -462,6 +462,9 @@ table.stripped-even tr:nth-child(even) {
table.stripped-odd tr:nth-child(odd) {
background: #fbfbfb;
}
table.stripped tr:hover, table.stripped-even tr:hover, table.stripped-odd tr:hover {
background: #e8e8e8 !important;
}

div.pane-header {
font-weight: bold;
Expand Down Expand Up @@ -1021,7 +1024,7 @@ table.parameters > tbody:hover {
padding: 3px 4px 3px 4px;
}

.build-row:hover, .build-row.model-link-active {
.build-row.model-link-active {
background: #e8e8e8 !important;
}

Expand Down

0 comments on commit a371610

Please sign in to comment.