summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo
Commit message (Collapse)AuthorAgeFilesLines
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-091-1/+1
| | | | Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0
* Fix for Valo notification mixins (#14872).Denis Anisimov2015-05-291-34/+34
| | | | Change-Id: I6477557c605443419ee3fc9f3398ae5af4956aa7
* Selectable row should have pointer-type cursor [#17911]Anna Koskinen2015-05-201-0/+7
| | | | Change-Id: I74ee0c13c08bbd3e10ab43df0344d2b23c5b7161
* Fixes unnecessary selector specificity for notifications (#14872)Pekka Hyvönen2015-05-111-26/+26
| | | | | | Removes nesting for .v-Notification-caption and -description when possible. Change-Id: I6c68706116f9a90598413ffe43ea429d08616f51
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-111-19/+19
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* Margin for header label in form should override any other rule (#14775).Denis Anisimov2015-05-051-0/+10
| | | | Change-Id: I6db8f01cf4842f17db3ee9509a0b7873dfd70ddd
* Provide variable for default contrast value in valo-font-color (#14793).Denis Anisimov2015-05-051-1/+9
| | | | Change-Id: Ida9552b02cb515fab6fb078a93f9f5c2f6d55014
* Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-171-27/+23
|\ | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| * Row focus bleeds out of Table area in Valo (#14761)Jouni Koivuviita2015-04-171-27/+23
| | | | | | | | | | | | | | | | Redesigned the Table column selector button, now rendered completely inside the Table header, which works regardless of the placement of the Table, and with the fix for the main issue. Change-Id: I63ba34a0afc2d7b0d6b4c2dfd006cb6d0aebf2db
* | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-161-8/+3
| | | | | | | | | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
* | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-151-1/+1
|\| | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-101-1/+1
| | | | | | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* | Valo theming for Grid's sidebar #17412Pekka Hyvönen2015-04-131-1/+24
| | | | | | | | | | | | Little theming for Reindeer and Runo too, but no designs yet. Change-Id: I967d377cf33d64c9566b7a28d81002e669562be7
* | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-011-1/+12
| | | | | | | | Change-Id: I84628ee5840b71f2ff889037a525d43f9e86af46
* | Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-062-1/+9
|\| | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d
| * Revert "Hide button caption overflow in reindeer and valo. (#11864)"Jouni Koivuviita2015-03-031-2/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5. This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap). For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also. Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
| * Hide button caption overflow in reindeer and valo. (#11864)Sauli Tähkäpää2015-02-271-0/+2
| | | | | | | | Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
| * Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-1/+9
| | | | | | | | | | | | This is needed for the Sass compiler to correctly parse an expression. Change-Id: Ie39134e47f701015a9fc7180de5c033b80abe178
* | Theming and UX for Grid column reordering. (#16643)Pekka Hyvönen2015-02-231-0/+9
|/ | | | | | | | | | - Show sorting and focus on the dragged header. - Keep the focused header/cell the same after drag. - Make the drop marker get the same color as the grid selection. - Make dragged header and the drag element theme customizable - Valo related theming: little opacity, proper positioning Change-Id: Ia1c6f72ef2c7b4333e64ac410e50ef3688461749
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-0/+11
| | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-062-5/+110
| | | | | | | | Editor theme is now more flexible with regards to CSS. There are now separate elements for containing the edited cells and the “footer” which contains an optional message area and the save and cancel buttons. Change-Id: I9addcb6adca792a9251ffada99fbe9b77502c77a
* Fix for TextField focus problem with Valo in IE (#16491)Matti Hosio2015-02-021-0/+5
| | | | | | When clicking the text field with text, the caret was always moved to the beginning. Related also to ticket #11152. Change-Id: I6dd8dcdc51892c2a4f51a9590d4ad435a8dbaba9
* Fix wrong color variable for selectedGrid rows (#16532)Jouni Koivuviita2015-01-291-5/+7
| | | | Change-Id: Ib8cc41e3f19f912af6267448b9f213cd2f92448e
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-211-1/+1
|\ | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: I79e003b2087e8e0e5c8aa6d25bdeb890ce9a60c5
| * Hide input field from clicking for immediate upload in Valo. (#15404)Sauli Tähkäpää2015-01-191-1/+1
| | | | | | | | Change-Id: I69bcd7b1d610d0e9adb6ce43e06591a769bef957
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-163-122/+92
|\ \ | |/ |/| | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-292-15/+23
| |\ | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| * \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-181-1/+1
| |\ \ | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-181-2/+2
| | | | | | | | | | | | | | | | Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
| * | | Fix regressions in Grid SCSSJouni Koivuviita2014-12-181-14/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regressions from previous Grid style patch: - Typo in selector (dot instead of comma) - “active” style renamed to “focused” - Scrollbar border styling moved from Valo (was working) to Base (now all themes work the same) Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
| * | | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-171-2/+2
| | | | | | | | | | | | | | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
| * | | Grid theme API changes and style fixesJouni Koivuviita2014-12-171-240/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed decorative element style names: - “headercorner” -> “header-deco” - “footercorner” -> “footer-deco” - “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco” The “-stripe” style name is now added for odd rows, not even (like in all Table themes). Re-implemented the Base mixins for Grid and Escalator. They are now used for all themes, which should make future development easier because things should only be implemented in one place. This change makes the theme also less brittle hopefully, because it reduces the amount of pixel calculations for paddings etc. and relies more on plain CSS. The Base theme now offers many variables for extending themes. This reduces unnecessary CSS output, and makes it easier to maintain multiple themes for the Grid. Added a box-shadow and box-sizing mixins to Base. Converted all CSS comments to Sass comments. Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
| * | | Patches up the themes for Grid a bit (#13334)Henrik Paul2014-12-121-21/+48
| | | | | | | | | | | | | | | | Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
| * | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-124-25/+25
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c
| * | | | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-081-9/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
| * | | | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-051-90/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
| * | | | Use consistent stylenames for zebra striping in valo (#13334)Leif Åstrand2014-12-031-9/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: Ieced4208f30749ea99fa40bc64de18647006d5d1
| * | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-284-42/+35
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-1418-74/+123
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * | | | | | Import _table.scss to make valo-table-background-color() work (#13334)Leif Åstrand2014-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4d165faa67e17820b5a3caab7b16306ee919d300
| * | | | | | Adjusts Grid's Valo theme (#13334)Henrik Paul2014-10-281-165/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic77f12532a0154a7cdc1cc4cd444f5a14fe5f866
| * | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-164-8/+39
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * | | | | | | Adds Valo support for Grid (#13334)Henrik Paul2014-10-023-129/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ied1e823142efc8e5abd2e2c203eedeef0248d68b
* | | | | | | | Determine window header margin size depending on visible buttons.Sauli Tähkäpää2015-01-161-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15408) Breaking changes: maximizebox and closebox are moved inside outerheader element. Change-Id: I909e3a012a632461ab20d51fab37602b1b6ceb12
* | | | | | | | Change cursor to default for nondraggable windows in Valo. (#15377)Sauli Tähkäpää2015-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie019abbda1664e8dd4f53a76f2c6f21e3bc5443b
* | | | | | | | Button icon 'icon-align-top' style correction (#15140).Denis Anisimov2015-01-151-0/+2
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Change-Id: I671013284cadbef89b46cca042a099441dbb6bff
* | | | | | | Fix date field button regression (#14572)Jouni Koivuviita2014-12-192-15/+23
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression was caused by patch https://dev.vaadin.com/review/#/c/4480 Fixed the same issue for ComboBox as well. Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85
* | | | | | Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-171-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | When using Valo theme and Responsive extension, all responsive UIs get a padding-top even though it should be only added when a Valo Menu is present in the UI. Added a stylename which has to be added to any responsive UIs containing a Valo Menu. Change-Id: Ib3e3c5341bef03c174accb01401b4a90c1deb29e
* | | | | MenuBar submenus close unexpectedly if use Valo theme (#15255)Jouni Koivuviita2014-12-101-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is for animation-in and animation-out. Fix was done in VMenuBar. VOverlay provides now hide() method with possibility to enable/disable the animations via parameters boolean animateIn, boolean animateOut. By default they are true (not to break animate-in, animate-out for VWindow and VNotification) Change-Id: I49981952c7c18a02edd7fa9e6d247bb18f660207
* | | | | Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-101-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I83836bbf077033712a569c8eff52576b012b4dee