Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix notification default delay | Jouni Koivuviita | 2014-06-18 | 1 | -2/+2 |
| | | | | | | | The default hiding delay should be 0ms instead of 1000ms, according to the server side class at least. Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749 | ||||
* | Notification position should be controllable with CSS (#13990) | Jouni Koivuviita | 2014-06-16 | 1 | -0/+19 |
| | | | | Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2 | ||||
* | Implement Notification animation with CSS (#13660) | Jouni Koivuviita | 2014-06-05 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default opacity (90%), fade duration (400ms) and fade delay (1000ms) are defined in the base theme. “In” animations can be defined by using a dependent stylename ‘animate-in’ (prefixed with the widgets own primary stylename), e.g. 'v-Notification-animate-in'. That CSS class should then have a CSS animation specified, and the CSS animation name should contain 'animate-in', e.g. .v-Notification-animate-in { animation: notification-animate-in 400ms; } @keyframes notification-animate-in { ... } “Out” animations are defined similarly, but with 'animate-out' as the keyword. The base theme contains mixins for declaring keyframes rules as well as animation values, which include needed vendor prefixes. Refactored deprecated GWT API’s to use newer API’s. Change-Id: Iba929e8de8b6ce100852d472d65c9c9d0630c48f | ||||
* | Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵ | Marc Englund | 2012-11-23 | 1 | -14/+14 |
| | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3 | ||||
* | Sass restructure: base theme with renameable components | Marc Englund | 2012-09-28 | 1 | -14/+14 |
| | |||||
* | Standard themes in SCSS form, updated CompileDefaultTheme (#9223) | Henri Sara | 2012-08-08 | 1 | -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. | ||||
* | #8311 Converted CRLF -> LF in css/html/xml files | Artur Signell | 2012-02-02 | 1 | -10/+10 |
| | | | | svn changeset:22852/svn branch:6.7 | ||||
* | fixes #2632 | Matti Tahvonen | 2009-11-06 | 1 | -4/+2 |
| | | | | svn changeset:9663/svn branch:6.2 | ||||
* | Fixes #3471: Notification "styles" (i.e. types) should work similarly to ↵ | Jouni Koivuviita | 2009-10-05 | 1 | -11/+11 |
| | | | | | | other component stylenames svn changeset:9073/svn branch:6.2 | ||||
* | Renaming ITMILL/ -> VAADIN/ part 1 (for #2904) | Marc Englund | 2009-05-12 | 1 | -0/+41 |
svn changeset:7762/svn branch:6.0 |