commit | c6ab7d4e2dd2a6dd88ac28c4a4074bf77bdf60b8 | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Mon Apr 24 10:24:49 2017 +0200 |
committer | Kasper Nilsson <kaspern@google.com> | Tue Apr 25 11:19:16 2017 +0200 |
tree | a7913a122289ae434c6d63201fe3a75c8cd826c9 | |
parent | 9159985f93bf303d615c656c7bd625b888b6798a [diff] |
Add background color to group headers in change list Bug: Issue 5394 Change-Id: Ia27641e2e71921c014d20b7f3d5632412cb48af1
diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list/gr-change-list.html b/polygerrit-ui/app/elements/change-list/gr-change-list/gr-change-list.html index 8a95fa8..362f101 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list/gr-change-list.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list/gr-change-list.html
@@ -35,6 +35,13 @@ th { text-align: left; } + .groupHeader { + background-color: #eee; + border-top: 1em solid #fff; + } + .headerRow + tr { + border: none; + } </style> <style include="gr-change-list-styles"></style> <table id="changeList">