aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/dragwrapper
Commit message (Collapse)AuthorAgeFilesLines
* Make touch actions disabled on some CSS classes (#13368)Teemu Suo-Anttila2014-05-091-0/+2
| | | | | | | This makes Slider, SplitPanels and DragAndDrop anywhere except Table work on IE and touch screen. Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-1/+1
| | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-231-48/+48
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-8/+8
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* Sass restructure: base theme with renameable componentsMarc Englund2012-09-281-48/+48
|
* Removed empty content: in css rules since they generate a empty line with ↵John Ahlroos2012-09-181-1/+1
| | | | html5 content type
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+4
| | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-211-0/+21
| | | | svn changeset:22081/svn branch:6.8
* Small fix to drag-n-drop styles.Jouni Koivuviita2010-03-241-0/+6
| | | | svn changeset:12065/svn branch:6.3
* Drag-n-drop related styles.Jouni Koivuviita2010-03-241-0/+131
svn changeset:12056/svn branch:6.3