diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-26 23:31:13 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-26 23:31:39 +0200 |
commit | 7dad7d82287bc9906ef12d1efd64f8b1da3a0326 (patch) | |
tree | 4c2e60f960b036a60b1ae8615184bbc78cd88256 /WebContent/VAADIN/themes/runo | |
parent | 57ad5b2fbe98af98b48f3f82ef19a2656cf5328e (diff) | |
download | vaadin-framework-7dad7d82287bc9906ef12d1efd64f8b1da3a0326.tar.gz vaadin-framework-7dad7d82287bc9906ef12d1efd64f8b1da3a0326.zip |
Temporary work around for drag'n'drop image problem (#10385)
Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/common.scss | 3 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/runo.scss | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/common/common.scss b/WebContent/VAADIN/themes/runo/common/common.scss index 9d4b4a4858..8a2cdb95bc 100644 --- a/WebContent/VAADIN/themes/runo/common/common.scss +++ b/WebContent/VAADIN/themes/runo/common/common.scss @@ -28,8 +28,7 @@ .v-datefield-popup, .v-contextmenu, .v-Notification, -.v-menubar-submenu, -.v-drag-element { +.v-menubar-submenu { font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; color: #464f52; font-size: 13px; diff --git a/WebContent/VAADIN/themes/runo/runo.scss b/WebContent/VAADIN/themes/runo/runo.scss index de4d2b3bbd..a5150b2d16 100644 --- a/WebContent/VAADIN/themes/runo/runo.scss +++ b/WebContent/VAADIN/themes/runo/runo.scss @@ -31,6 +31,13 @@ background: #e9eced; } +/* Temporarily moved here to make drag'n'drop work before #10384 is fixed */ +.v-drag-element { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 13px; +} + @mixin runo { // TODO move? @include base; |