commit | 978556486b90ff492598120ba75f4e988e4a3303 | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Wed Feb 21 16:20:06 2018 -0800 |
committer | Kasper Nilsson <kaspern@google.com> | Wed Feb 21 16:20:06 2018 -0800 |
tree | 8d0fe1a634e3d762869675e22b418a48350041cf | |
parent | 9c399a6df46b1e5a2c226228a56714b4957b7078 [diff] |
Change groupHeader color to #EAEAEA Bug: Issue 8321 Change-Id: I8b64ed20b2f8d9c85785f93ebb48990dc8d5fba3
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html index 200b50e..c109381 100644 --- a/polygerrit-ui/app/styles/gr-change-list-styles.html +++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -68,7 +68,7 @@ top: 0; } .groupHeader { - background-color: #f4f4f4; + background-color: #eaeaea; } .groupHeader a { color: #000;