fixed styling of row indicator

This commit is contained in:
John Mitchell
2016-01-11 11:17:27 -05:00
parent 91392b36b0
commit fcaf86c1da
4 changed files with 16 additions and 5 deletions

View File

@@ -9,6 +9,11 @@
@import "src/shared/branding/colors.default.less";
table, tbody {
border-collapse: separate !important;
}
.List-well {
margin-top: 25px;
}
@@ -44,6 +49,15 @@
color: @list-item;
}
.List-tableRow--selected,
.List-tableRow--selected > :first-child {
border-left: 5px solid @list-row-select-bord;
}
.List-tableRow--selected > :first-child {
padding-left: 10px;
}
.List-tableRow--evenRow {
background-color: @list-alt-item-bg;
}