diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo/grid/grid.scss')
-rw-r--r-- | WebContent/VAADIN/themes/runo/grid/grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/grid/grid.scss b/WebContent/VAADIN/themes/runo/grid/grid.scss index 65d16849a8..c5b3602943 100644 --- a/WebContent/VAADIN/themes/runo/grid/grid.scss +++ b/WebContent/VAADIN/themes/runo/grid/grid.scss @@ -76,7 +76,7 @@ // Grid body .#{$primary-stylename}-body { - .#{$primary-stylename}-row:nth-child(odd) .#{$primary-stylename}-cell { + .#{$primary-stylename}-row-stripe(odd) > .#{$primary-stylename}-cell { background-color: #f6f7f7; } |