summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/grid/grid.scss
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291-110/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)Marlon Richert2016-01-211-0/+6
| | | | Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306
* Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-151-0/+6
| | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
* Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-161-7/+1
| | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
* Valo theming for Grid's sidebar #17412Pekka Hyvönen2015-04-131-0/+13
| | | | | | Little theming for Reindeer and Runo too, but no designs yet. Change-Id: I967d377cf33d64c9566b7a28d81002e669562be7
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-061-0/+31
| | | | | | | | 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
* 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-170/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-25/+37
| | | | Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
* Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-081-1/+1
| | | | Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
* Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-051-0/+175
Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e