Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #884 from ExactTarget/repeater-header-background
Browse files Browse the repository at this point in the history
Repeater header background
  • Loading branch information
interactivellama committed Nov 26, 2014
2 parents c79e075 + 59eac5f commit 25b28a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions less/repeater-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
}

thead > tr > th {
background: none;
border-bottom: 1px solid transparent;
background: #F9F9F9;
border-bottom: 1px solid #ddd;
border-left: 1px solid transparent;
border-top: none;
color: rgba(0, 0, 0, 0);
Expand All @@ -105,6 +105,14 @@
border-left: none;
}

&.sortable {
&:hover, &.sorted {
background: #F1F1F1;
cursor: pointer;
#gradient > .vertical(@startColor: #F9F9F9; @endColor: #E5E5E5);
}
}

&.sorted {
span.glyphicon {
display: block;
Expand Down

0 comments on commit 25b28a0

Please sign in to comment.