Skip to content

Commit

Permalink
#17866: fixed mess with repo objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraun-ilias committed Feb 29, 2016
1 parent 2f648d8 commit 055c58a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/default/delos.css
Original file line number Diff line number Diff line change
Expand Up @@ -10305,6 +10305,13 @@ div.ilCreationFormSection .form-horizontal {
margin-top: -1px;
padding-top: 1px;
}
.ilObjListRow {
border-bottom: 1px solid #f0f0f0;
background-color: #FFFFFF;
}
.ilObjListRow:hover {
background-color: #ffffea;
}
.table-striped {
border-collapse: separate;
}
Expand Down
9 changes: 9 additions & 0 deletions templates/default/less/Services/Object/delos.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ div.ilCreationFormSection .form-horizontal {
padding-top: 1px;
}

.ilObjListRow {
border-bottom: 1px solid @body-bg;
background-color: @il-primary-container-bg;
}

.ilObjListRow:hover {
background-color: lighten(@il-highlight-bg, 5%);
}

//mantis #0017866
.table-striped {
border-collapse: separate;
Expand Down

0 comments on commit 055c58a

Please sign in to comment.