From fc697677f2fa0cc0cd1edef9dad0458007cf9fa1 Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Wed, 25 Jan 2017 15:48:09 -0500 Subject: [PATCH] Row striping for config parameter map Signed-off-by: Laurence Maultsby --- .../plugins/composer/src/src/styles/EditConfigParameterMap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.25.1