Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
(#58) Styling table: fixed row selecton is not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Voss committed Aug 11, 2014
1 parent 103f8fb commit f5093fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/laxar_uikit/_table_widget.scss
Expand Up @@ -8,7 +8,7 @@
}
}

tr[data-table-selection] > td {
tbody > tr[data-table-selection] > td {
color: $ax-tbody-selected-color;
background: $ax-tbody-selected-background;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/default.theme/css/theme.css
Expand Up @@ -10077,7 +10077,7 @@ td.ax-amount {
padding-bottom: 0 !important;
}

.table-widget tr[data-table-selection] > td {
.table-widget tbody > tr[data-table-selection] > td {
color: white;
background: #92bce0;
}
Expand Down

0 comments on commit f5093fe

Please sign in to comment.