diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-16 11:42:37 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-16 13:44:35 +0300 |
commit | 9c521a6d3e2022bbdbc6bb94aca7ffe4cd01bf93 (patch) | |
tree | 97b9f020b3ff2723159da651159f71ab9a8ba1fd /WebContent/VAADIN/themes/valo/components/_textfield.scss | |
parent | f50ad371bce71ecd235d0b26d19dbf6c3a4d157f (diff) | |
download | vaadin-framework-9c521a6d3e2022bbdbc6bb94aca7ffe4cd01bf93.tar.gz vaadin-framework-9c521a6d3e2022bbdbc6bb94aca7ffe4cd01bf93.zip |
Prefixed all Valo-specific 'property values' with 'v-'
Bevel and shadow substitute values 'hilite' and 'shade' are now
'v-hilite' and 'v-shade'.
'focus-color' is also now 'v-focus-color'.
Gradient style are now 'v-linear' and 'v-linear-reverse'
Change-Id: I003997d3fea076d7fec45cb95e70c27a81de625e
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_textfield.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_textfield.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_textfield.scss b/WebContent/VAADIN/themes/valo/components/_textfield.scss index 14f9535d41..14735a4f9d 100644 --- a/WebContent/VAADIN/themes/valo/components/_textfield.scss +++ b/WebContent/VAADIN/themes/valo/components/_textfield.scss @@ -1,4 +1,4 @@ -$v-textfield-bevel-style: inset 0 1px 0 shade, 0 1px 0 hilite !default; +$v-textfield-bevel-style: inset 0 1px 0 v-shade, 0 1px 0 v-hilite !default; $v-textfield-bevel-depth: $v-bevel-depth !default; $v-textfield-shadow-style: none !default; $v-textfield-shadow-depth: $v-shadow-depth !default; |