diff options
author | Henri Sara <hesara@vaadin.com> | 2014-06-30 13:33:16 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2014-06-30 13:59:10 +0300 |
commit | 31800c977efcb024f197ae5d8f39265050fd9777 (patch) | |
tree | 9e100cafc4792e5789a52ee8a58c3233561e2471 /WebContent/VAADIN/themes/valo/components/_upload.scss | |
parent | 0b2280432cc25168999cd30ecd1f0a46e9b96410 (diff) | |
parent | 00594db377d6c6935d445d42fef691b97e5c84f3 (diff) | |
download | vaadin-framework-31800c977efcb024f197ae5d8f39265050fd9777.tar.gz vaadin-framework-31800c977efcb024f197ae5d8f39265050fd9777.zip |
Merge branch 'valo' to master
Updated release notes to the form previously used in master.
The ticket list link needs to be updated separately in the
7.3 branch.
Change-Id: I7b7d09a1281261d3a1b8793cfff9ba8951a07798
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_upload.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_upload.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_upload.scss b/WebContent/VAADIN/themes/valo/components/_upload.scss new file mode 100644 index 0000000000..103c21b6fe --- /dev/null +++ b/WebContent/VAADIN/themes/valo/components/_upload.scss @@ -0,0 +1,5 @@ +@mixin valo-upload ($primary-stylename: v-upload) { + .#{$primary-stylename} .v-button { + @include valo-widget-style; + } +}
\ No newline at end of file |