aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-29250-3317/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)Marlon Richert2016-01-211-0/+6
| | | | Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306
* Increase grid column resize handle width (#16838)Marlon Richert2015-12-181-1/+1
| | | | Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
* Force FormLayout children to shrink with the layout (#11154)Leif Åstrand2015-11-031-0/+1
| | | | | | | | | | | The <table> used by the FormLayout doesn't reduce its size if any child component has locked its own size (which is the case with e.g. Table and some other components doing explicit pixel calculations). To work around this, we need to detect the situation, force the <table> to reduce its width by temporarily assigning explicit widths to the cells and then remove the forced size after all children have adjusted. Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
* Enable overriding Grid style variables in Runo and Reindeer. (#18581)Sauli Tähkäpää2015-08-311-10/+10
| | | | Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee
* Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-151-0/+6
| | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-111-8/+7
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* 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
* 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
* 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
* Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-132-1/+7
| | | | | Grid's ProgressBarRenderer uses that style by default. Change-Id: Ie3e1ec33168f61f921efdaf554714fba10cb2644
* Fix regressions in Grid SCSSJouni Koivuviita2014-12-181-1/+1
| | | | | | | | | | 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-172-176/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-124-25/+37
| | | | Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
* Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-085-1/+3
| | | | 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
* Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-021-6/+8
| | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
* Selectors based on Reindeer.LAYOUT* are added for absolute layoutDenis Anisimov2014-04-021-1/+4
| | | | | | (#11042). Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
* Fix TabSheet caption icon alignment on Chrome and Safari (#13077)Teemu Suo-Anttila2014-03-061-1/+7
| | | | Change-Id: I8cc0eb2796a328c1996417014833020319428b61
* Revert "Fix displaced TabSheet caption icon in Chrome"Henri Sara2014-03-061-1/+0
| | | | | | This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41. Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5
* Fix displaced TabSheet caption icon in ChromeTeemu Suo-Anttila2014-03-041-0/+1
| | | | Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5
* fixed incorrect name for close-pressed.png for windows in black theme (#12563)Fabian Lange2013-09-131-0/+0
| | | | | | | | | The scss file and the light and normal style suggest that the name should be "-pressed". This is what this patch fixes. I have considered renaming all "-pressed" to "-active", to be consistent with e.g. "maximize-active.png" but decided against due to compatibility concerns. Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
* Fixes light theme window sprites #12171John Ahlroos2013-07-261-9/+9
| | | | | | | | | The close buttons images for the Window black theme was mistakenly added to the white theme sprite and ended up in the middle of the light theme window. Moved the black theme button images to the black theme sprite. Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
* 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-281-0/+0
| | | | | | | | Added new version for favicon.ico, which has 32x32 pixel version in addition to 16x16 pixels. Adds support for high resolution/retina displays. Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-291-1/+4
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Added light and black versions of close, maximize and restore icons (#11544)Artur Signell2013-04-2321-96/+156
| | | | Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-043-1/+19
| | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
* Fixed error indicator styles in Tabsheet tab on IE10 #11329John Ahlroos2013-03-141-4/+0
| | | | Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
* Applied IE9 CSS fixes to IE10 also (#11301)Artur Signell2013-03-114-27/+32
| | | | Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
* Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL ↵John Ahlroos2013-02-111-3/+9
| | | | | | style #10884 Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1
* Fixes caption icons too low in Accordion #10872 #10635John Ahlroos2013-01-291-5/+7
| | | | Change-Id: Ib23c49d988aeecc7619727f02423ac16bab8f64d
* Fixed Tabsheet small styles after fixes to #10682John Ahlroos2013-01-151-0/+5
| | | | Change-Id: Ic08d6949376f5caa76193ade1c358a365da878fc
* Fixed broken Tabsheet styles after fixes to #10682John Ahlroos2013-01-152-7/+13
| | | | Change-Id: I752e2cd2a83b89c0ac2623f57b3311aa7ae9934b
* Merge "Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵Artur Signell2013-01-141-1/+1
|\ | | | | | | because of #10682"
| * Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵Artur Signell2013-01-151-1/+1
| | | | | | | | | | | | because of #10682 Change-Id: Ie0203db2cc8244013fe251796658a9412322a3f9
* | Revert "Remove old hack that nowadays just seems to cause problems (#7984)"Artur Signell2013-01-151-0/+3
|/ | | | | | | This reverts commit 7bd2ebe2ed212bc94189b036fdf7d8de6735e640. The fix is needed again now that #10682 has been fixed. Change-Id: I6f8764f80572909b5355c75396ef390a9ade7331
* Fixed Reindeer black/light window styles (#9687)Artur Signell2013-01-111-6/+5
| | | | Change-Id: I332365017caaf76daed5d7d809365eaf195eaf1f
* Merge "Fixes issue where close indicator becomes invisible for tabs without ↵Leif Åstrand2013-01-091-1/+1
|\ | | | | | | an icon in Firefox using the minimal style for the tabsheet #10616"
| * Fixes issue where close indicator becomes invisible for tabs without an icon ↵John Ahlroos2013-01-081-1/+1
| | | | | | | | | | | | in Firefox using the minimal style for the tabsheet #10616 Change-Id: I0dfd5af048d34d3f0671a40b22aed273ca0b0581
* | Merge "Revert "Fixed problem with accordion layout in reindeer (#10635)""Artur Signell2013-01-081-2/+1
|\ \
| * | Revert "Fixed problem with accordion layout in reindeer (#10635)"Artur Signell2013-01-081-2/+1
| | | | | | | | | This reverts commit 9c05956e4e45f143e7d83bbc2d8e24cd5470631a which incorrecly alters the height of the accordion caption
* | | Merge "Fixed ComboBox width problems in all themes (#10484)"Leif Åstrand2013-01-081-3/+6
|\ \ \ | |/ / |/| |
| * | Fixed ComboBox width problems in all themes (#10484)Artur Signell2013-01-071-3/+6
| |/ | | | | | | Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29
* / Fixed problem with accordion layout in reindeer (#10635)Artur Signell2013-01-071-1/+2
|/ | | | Change-Id: I7b7fb770209c593f78a7ff0f78b86be209cce174
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-6/+0
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Added override for font-sizes which used em in base theme (#10606, #10587)Artur Signell2013-01-022-0/+2
| | | | Change-Id: I556137c307bdacdb22cbd2abb4461268997ff53d
* Additional fixes for IE scrollbars issuesArtur Signell2012-12-181-4/+3
| | | | | | Related to #9004, #9552, #9572, #9578 Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c