diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-07-25 00:00:36 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-05 10:19:47 +0300 |
commit | 4a4d05b0354829df86c4f106868d421dca349b34 (patch) | |
tree | db70be8fce2298dbf427775f07b1146e82c66e33 /documentation/themes | |
parent | 3ea6a0087b140a13ed0685afa2ffe08a45b82719 (diff) | |
download | vaadin-framework-4a4d05b0354829df86c4f106868d421dca349b34.tar.gz vaadin-framework-4a4d05b0354829df86c4f106868d421dca349b34.zip |
Rescaled images in layout chapter. Various small formatting fixes. Updated history and other matters in introduction.
Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731
Diffstat (limited to 'documentation/themes')
-rw-r--r-- | documentation/themes/themes-valo.asciidoc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/documentation/themes/themes-valo.asciidoc b/documentation/themes/themes-valo.asciidoc index 5ae5a1b37b..4ead457d62 100644 --- a/documentation/themes/themes-valo.asciidoc +++ b/documentation/themes/themes-valo.asciidoc @@ -245,11 +245,10 @@ $v-error-indicator-color(default:[literal]#++#ed473b++#):: Color of the componen <<dummy/../../../framework/application/application-errors#application.errors.error-indicator,"Error Indicator and Message">>. -$v-required-field-indicator-color(default:[literal]#++$v-error-indicator-color++#):: Color of the required indicator in field components, as described in -<<dummy/../../../framework/components/components-fields#components.fields.field,"Field -Interface">>. - - +$v-required-field-indicator-color(default:[literal]#++$v-error-indicator-color++#):: Color of the required indicator in field components. +ifdef::vaadin7[] +Field components are described in <<dummy/../../../framework/components/components-fields#components.fields.field,"Field Interface">>. +endif::vaadin7[] Color specifications for $v-border, $v-bevel, and $v-shadow may use, in addition to CSS colors, the following keywords: @@ -434,7 +433,3 @@ $v-included-components: remove($v-included-components, calendar); Note that in this case, you need to give the statement __after__ the [literal]#++@import++# statement for the Valo theme, because it overrides a variable by using its value that is defined in the theme. - - - - |