Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/49993


Change subject: (bug 38114) gerrit: alternate change list row colors
......................................................................

(bug 38114) gerrit: alternate change list row colors

To improve readiness of Gerrit change list, alternate the row colors.
The support for it is buildin Gerrit and can be made directly from the
Gerrit configuration file.

Following a discussion on the bug report, we choose #FFF and #EEE as row
colors. Since the header is already using #EEE, the odd rows are made
using #FFF so the first line differentiate from the header.

Upstream doc:
https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#_a_id_theme_a_section_theme

Change-Id: I1556f6d639f998ffe85c6ddb9d61d57c321e2962
---
M templates/gerrit/gerrit.config.erb
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/49993/1

diff --git a/templates/gerrit/gerrit.config.erb 
b/templates/gerrit/gerrit.config.erb
index 8181ca3..9c7d6bf 100644
--- a/templates/gerrit/gerrit.config.erb
+++ b/templates/gerrit/gerrit.config.erb
@@ -90,6 +90,8 @@
        topMenuColor = fff
        trimColor = eee
        selectionColor = d8edf9
+       tableOddRowColor = fff
+       tableEvenRowColor = eee
 [trackingid "rt"]
        footer = RT:
        match = \\d{1,6}

-- 
To view, visit https://gerrit.wikimedia.org/r/49993
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1556f6d639f998ffe85c6ddb9d61d57c321e2962
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to