From: Laurence Maultsby Date: Wed, 25 Jan 2017 20:48:09 +0000 (-0500) Subject: Row striping for config parameter map X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=fc697677f2fa0cc0cd1edef9dad0458007cf9fa1;p=osm%2FUI.git Row striping for config parameter map Signed-off-by: Laurence Maultsby --- diff --git a/skyquake/plugins/composer/src/src/styles/EditConfigParameterMap.scss b/skyquake/plugins/composer/src/src/styles/EditConfigParameterMap.scss index 58cf6a2de..f0407d69c 100644 --- a/skyquake/plugins/composer/src/src/styles/EditConfigParameterMap.scss +++ b/skyquake/plugins/composer/src/src/styles/EditConfigParameterMap.scss @@ -66,7 +66,7 @@ flex: 1 1 100%; display:-ms-flexbox; display:flex; - &:nth-child(2) { + &:nth-child(even) { background: $panel-bg-color-contrast; } }