From 42e98ea05c54169dbb7e50df25fdb67d6a9a9b2d Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 7 Aug 2014 10:51:27 +0300 Subject: Small adjustment to valo-menu-item selection color Now lighter bg on light colors and darker bg on dark colors. Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965 --- WebContent/VAADIN/themes/tests-valo-flat/_variables.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'WebContent/VAADIN/themes/tests-valo-flat') diff --git a/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss b/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss index 5d2b8abbb7..298e26ac36 100644 --- a/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss +++ b/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss @@ -18,6 +18,7 @@ $v-selection-overlay-padding-horizontal: 0; $v-selection-overlay-padding-vertical: 6px; $v-selection-item-height: 30px; $v-selection-item-border-radius: 0; +$valo-menu-background-color: #eee; @import "../valo/valo"; -- cgit v1.2.3