]> source.dussan.org Git - vaadin-framework.git/commit
Add new "colored" style for Label (Valo)
authorJouni Koivuviita <jouni@vaadin.com>
Tue, 12 Aug 2014 12:07:45 +0000 (15:07 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 15 Aug 2014 13:29:04 +0000 (13:29 +0000)
commit9f1f5c5638757f7b727e300c7f437fd805914c54
tree02b58ef3513ac5902bee38656ef03476cd357e6a
parentc961d06c1f3fda81da3ab8700fbda5d33d8a9325
Add new "colored" style for Label (Valo)

Makes any Label text colored, by default the same as $v-selection-color.

Modify the Forms and Labels examples to use the new style, and remove
the fixed color from “light” style form layout for header labels.

Change-Id: I27a4fce56b1f734aa5c2c837bf1684284b0d96cc
WebContent/VAADIN/themes/valo/components/_formlayout.scss
WebContent/VAADIN/themes/valo/components/_label.scss
server/src/com/vaadin/ui/themes/ValoTheme.java
uitest/src/com/vaadin/tests/themes/valo/Forms.java
uitest/src/com/vaadin/tests/themes/valo/Labels.java