summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-valo-flat
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-07 10:51:27 +0300
committerArtur Signell <artur@vaadin.com>2014-08-11 18:31:50 +0000
commit42e98ea05c54169dbb7e50df25fdb67d6a9a9b2d (patch)
tree938e339a89d184bfe61bacf48d6d039b3cdfa06b /WebContent/VAADIN/themes/tests-valo-flat
parentfe761dfa77db94dd559ca84873d12de16a556d5a (diff)
downloadvaadin-framework-42e98ea05c54169dbb7e50df25fdb67d6a9a9b2d.tar.gz
vaadin-framework-42e98ea05c54169dbb7e50df25fdb67d6a9a9b2d.zip
Small adjustment to valo-menu-item selection color
Now lighter bg on light colors and darker bg on dark colors. Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965
Diffstat (limited to 'WebContent/VAADIN/themes/tests-valo-flat')
-rw-r--r--WebContent/VAADIN/themes/tests-valo-flat/_variables.scss1
1 files changed, 1 insertions, 0 deletions
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";