aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
Commit message (Collapse)AuthorAgeFilesLines
* Change ValoIcons to ThemeIcons and moved to base (#18472)Artur Signell2015-10-0721-31/+40
| | | | Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
* Create a Valo icon font for icons used in Valo (#18472)Artur Signell2015-09-3020-32/+91
| | | | | | | | | | | | | | Valo uses only a handful of icons from Font Awesome. This change introduces a separate icon font for valo (9KB instead of 80KB) and decouples Valo from Font Awesome to enable updating Font Awesome without taking Valo into account. This change also makes it easy to not load Font Awesome when using Valo by setting $v-font-awesome:false For backwards compatibility, Font Awesome is loaded by default Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa
* Set opacity for disabled Grid in Valo. (#18661)Sauli Tähkäpää2015-09-291-0/+4
| | | | Change-Id: I6fe834c6a7ce7695f065d7385f3b6dc1940864a1
* Use a suitable z-index for valo-menuitems overlay (#18869)Matti Tahvonen2015-09-281-1/+1
| | | | | | | The floating menu should have a high z-index not to be below components that use z-index, still below floating vaadin elements like windows, notifications and tooltips. Change-Id: I0ae5d2612ba50ca703f2e604891a25db4bc1d75a
* Removes .v-ui wrapping from valo-menu-responsive for (#18961)Marc Englund2015-09-241-1/+1
| | | | | | | Removing .v-ui wrapping makes valo-menu-responsive usable anywhere on the page (not just top-level). Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
* Fix Grid unbuffered validation error area theme (#18812)Teemu Suo-Anttila2015-09-161-0/+7
| | | | Change-Id: Ifa37b341b1d49bb7964978a1f2ed0a65efbdcb2a
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-141-0/+4
| | | | Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+1
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Revert "Fix Grid unbuffered editor validation error area theme (#18812)"Teemu Suo-Anttila2015-09-091-1/+0
| | | | | | | | This CSS fix was only partial fix and caused a regression. A better solution is needed. This reverts commit 6efaefd9f0f0a607b579872b261a41b8e526ff60. Change-Id: Ie99d12357a8098d8bded94ee1fe26e353bad0cf5
* Hide reconnect spinner completely in all themes when giving up (#11733)Artur Signell2015-09-081-3/+2
| | | | Change-Id: I5db94e40b56aa73c15e9deccc86b0852ec45cde8
* Fix Grid unbuffered editor validation error area theme (#18812)Teemu Suo-Anttila2015-09-071-0/+1
| | | | Change-Id: I0257558f97312a28639773ded12e732fea6f1327
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0438-221/+449
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Remove accidentally commited fileArtur Signell2015-08-311-22/+0
| | | | | | | | Change-Id: I1a7feacc5c55154c21f0a3c97ad4da69daa71d51
| * Enable overriding Grid style variables in Runo and Reindeer. (#18581)Sauli Tähkäpää2015-08-312-21/+21
| | | | | | | | Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee
| * Make checkbox inline-block like all other widgets (#18518)Artur Signell2015-08-241-4/+0
| | | | | | | | Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
| * Update to Bourbon 3.2.4 (#15484)Artur Signell2015-08-2427-181/+391
| | | | | | | | Change-Id: I052702fc9b5b714c0d748973f3146f0718298a97
| * Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-194-0/+8
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/data/RpcDataProviderExtension.java uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
| | * Make Valo work with sass-lang compiler again (#18438)Artur Signell2015-08-131-0/+5
| | | | | | | | | | | | Change-Id: I0b49dc9a2d5a620244829739ccef644e3b7572ca
| | * Decode filename before finding resource (#15407)Artur Signell2015-08-133-0/+3
| | | | | | | | | | | | Change-Id: Iede2deff19058ee65bfe06ee8abb918218a57924
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-112-0/+8
| |/ | | | | | | Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
| * Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-156-15/+33
| | | | | | | | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
| * Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-151-0/+10
| | | | | | | | Change-Id: Iff797c3bf90a6021099a3ed4082cfca3a6fb3540
* | Hide reconnect spinner completly when giving up (#11733)Artur Signell2015-08-311-3/+2
| | | | | | | | Change-Id: Ifcc4ec785197eca221b01ba71bf33dd1bd486784
* | Reconnect dialog basic css for all themes (#11733)Artur Signell2015-07-134-3/+51
| | | | | | | | Change-Id: I070cca17377dc49095481012717bab8931fb375b
* | Fix reconnect-dialog rebase problemArtur Signell2015-07-131-2/+2
| | | | | | | | Change-Id: I919fe43e7579787c6831aaa88945c348e124b3b4
* | Initial version of the reconnect dialog and a problem handler which uses it ↵Artur Signell2015-07-132-0/+20
|/ | | | | | | | | | | (#11733) Limitations * Does not take Push into account * Hard coded parameters * Only theme for Valo Change-Id: Iddb12d20391bcd30dc7289b7ea694ac3fbbd116d
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-262-5/+7
| | | | Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
* Fixed regression by #15381 on IE8Teppo Kurki2015-06-221-0/+9
| | | | | | | | The opacity for disabled menu items looks very ugly on IE8. Fixed by using the previous gray color for text and opacity filter only for the item icon. Change-Id: If48716cdccef05ebdba43b5600e41c0690398429
* Add backwards keyword for Valo utility animations (#14873, #14806)Jouni Koivuviita2015-06-151-7/+7
| | | Change-Id: Ib8eac880deb50b9bf32dc80f572c716413d14e69
* Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)Teppo Kurki2015-06-111-0/+1
| | | Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
* Fixes grid editor datefield/combobox IE8/Valo (#17915)Teppo Kurki2015-06-101-0/+12
| | | | Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
* Fix readonly checkbox opacity in Valo. (#17548)Sauli Tähkäpää2015-06-091-0/+20
| | | Change-Id: I633e0deeca6c1268937d8c9b918ea414355c85f3
* Quick fix for non-visible datefield buttons in IE8 (#17915)Teppo Kurki2015-06-091-0/+12
| | | | | | | This concerns Grid Editor with themes other than Valo. Also fixes the same issue for ComboBox. Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-093-5/+5
| | | | Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0
* Fix for Valo notification mixins (#14872).Denis Anisimov2015-05-292-35/+37
| | | | Change-Id: I6477557c605443419ee3fc9f3398ae5af4956aa7
* Update loading indicators (#18015).Mika Murtojarvi2015-05-273-0/+0
| | | | Change-Id: I8669e604ac75ce25b43c1be6a323a007f8e00c67
* Selectable row should have pointer-type cursor [#17911]Anna Koskinen2015-05-201-0/+7
| | | | Change-Id: I74ee0c13c08bbd3e10ab43df0344d2b23c5b7161
* Fixed regression in details row for IE8&9 and another small bug (#17423)Pekka Hyvönen2015-05-122-2/+10
| | | | | | | | | Regression caused by the previous patch for the ticket. Details row inherited extra margin-top from parent. Because some position functions in escalator use left for transforming the rows, the offset caused by the spacer deco was switched to padding-left from left, so it won't get overridden by the position funcion. Change-Id: I774ab9573c95f971a0e625dc8d79370f3d86daec
* Fixes unnecessary selector specificity for notifications (#14872)Pekka Hyvönen2015-05-113-43/+35
| | | | | | Removes nesting for .v-Notification-caption and -description when possible. Change-Id: I6c68706116f9a90598413ffe43ea429d08616f51
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-116-61/+56
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* Add opacity filter for disabled menubar item. (#15381)Sauli Tähkäpää2015-05-071-1/+2
| | | | Change-Id: I457becda9b8741b0b0f85d8985581a2039fa7304
* Margin for header label in form should override any other rule (#14775).Denis Anisimov2015-05-051-0/+10
| | | | Change-Id: I6db8f01cf4842f17db3ee9509a0b7873dfd70ddd
* Set display to inline-block for TOP_CENTER and TOP_RIGHT (#14137).Denis Anisimov2015-05-051-1/+3
| | | | Change-Id: I317eefabfc93fd00a848f6b57cba9bd73600b3b6
* Provide variable for default contrast value in valo-font-color (#14793).Denis Anisimov2015-05-053-1/+18
| | | | Change-Id: Ida9552b02cb515fab6fb078a93f9f5c2f6d55014
* Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-302-10/+5
| | | | | | IE8 still isn't pixel perfect, but you can't have 'em all. Change-Id: I1780441f130032503d783657103066f502dce570
* Fixed theming issues with Grid's Sidebar (#17412)Pekka Hyvönen2015-04-221-2/+3
| | | | | | | | - if columns hidable when grid rendered, sidebar button had invalid height - removed border radius from grid sidebar - inherit font color for grid sidebar button Change-Id: Ib35d917b35e701bd736a28f19b34dbece7fcbe71
* Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-172-27/+25
|\ | | | | | | 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
| * Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-161-0/+2
| | | | | | | | Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1
* | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-163-21/+22
| | | | | | | | | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d