Skip to content

Commit

Permalink
Further clean up row highlighting (CFM-190)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Jul 11, 2022
1 parent 9487986 commit b87bd3b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1335,15 +1335,11 @@ a.desc::after {
}
.co-grid .co-grid-header {
font-weight: bold;
border-bottom: 1px solid #eee;
}
.co-grid .co-row {
border-top: 1px solid var(--cmg-color-lightgray-005);
border-left: 1px solid var(--cmg-color-lightgray-005);
border-right: 1px solid var(--cmg-color-lightgray-005);
}
.co-grid .co-row:nth-child(even) {
background-color: var(--cmg-color-lightgray-001);
/*border-left: 1px solid var(--cmg-color-lightgray-005);*/
/*border-right: 1px solid var(--cmg-color-lightgray-005);*/
}
code,
.fixed-width * {
Expand Down Expand Up @@ -1390,7 +1386,7 @@ td.indented {
}
.linked-row:hover,
.linked-row:hover td {
background-color: var(--cmg-color-lightgray-003) !important;
background-color: var(--cmg-color-lightgray-001) !important;
}
.menuitembutton {
width: 250px;
Expand Down

0 comments on commit b87bd3b

Please sign in to comment.