aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Replace no-break-spaces with whitespaces (#14890)Sara Seppola2014-10-2115-45/+45
| | | | Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288
* Fix Tabsheet close button not shown on tabsheet (Firefox 24) (#14450)Jouni Koivuviita2014-10-201-23/+42
| | | | Change-Id: I099f94f47f2f7aa5856026f6cf6e53629732527c
* Not able to scroll BrowserFrames on iOS Devices (#14813)Sergey Budkin2014-10-142-0/+13
| | | | | | Added CSS fixes. Change-Id: I1f1d27a18b925ab9b4e21292218c75206d3d4984
* Fix empty table captions in Valo theme (#14812)Teemu Pöntelin2014-10-101-0/+8
| | | | Change-Id: I6d18e9a16ea5c4c4de0653233fefa1af8f76205a
* Incorrect rendering of Panel with undefined size in Firefox (#14631).Sergey Budkin2014-10-091-0/+12
| | | | | | Copied the fix from Valo. Change-Id: I677fc4cfb65a57211fd82d994d75743fd49a83a2
* Add favicon.ico to Valo. (#14781)Sauli Tähkäpää2014-10-071-0/+0
| | | | Change-Id: Ic0c5152d634dfc8f07890cfee18bbebd6e54bbc3
* Add outside-range styles for DateField. (#14711)Jouni Koivuviita2014-10-071-8/+25
| | | | Change-Id: I0f85fb72605c5500b0a835ddf715d60bc9c7a524
* A cursor is displayed when clicking on radio buttons on iOS 8.0 (#14681)Sergey Budkin2014-10-011-0/+5
| | | | | | Added css instructions for enclosing span to prevent this. Change-Id: Ib5e396b85ce37ab722e70fddf3553179248d59e8
* Notification animations feel janky (Valo) (#14656)Jouni Koivuviita2014-09-191-5/+5
| | | | | | Added a small delay for notification animate-in animations. Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7
* Fix FormLayout has always an odd 12px horizontal margin (#14574)Jouni Koivuviita2014-09-191-1/+0
| | | | Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d
* SassDoc stubs, mostly auto-generated by special utility (#14203)Sergey Budkin2014-09-1530-18/+837
| | | | Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
* Fix Valo DateField rendering in read-only FieldGroups (#14603)Heikki Ohinmaa2014-09-051-3/+3
| | | | Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
* Fix to Valo menu for iOS (make the header visible)Jouni Koivuviita2014-09-011-0/+13
| | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
* Valo Sass API documentation, part 2Jouni Koivuviita2014-08-3011-213/+729
| | | | Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
* First batch of Valo Sass API documentation, plus bug fixesJouni Koivuviita2014-08-3034-403/+1565
| | | | | | | Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
* Increase datefield calendarpanel selected date text contrastJouni Koivuviita2014-08-291-0/+1
| | | | | | Make the text easier to read. Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
* Bugfixes to Valo (#14490)Jouni Koivuviita2014-08-223-4/+4
| | | | | | | | | | | valo-component-group mixin doesn’t have any parameters. Ruby compiler produces an error, but Java compiler works anyway (#14479). Missing semicolon after a line before @include produces an error with the Ruby compiler, but passes compilation with the Java compiler (#14480). Change-Id: If6fa2b5039f4d9daa7ee73380f089b533c2cce0f
* Fix CustomLayout: component not added at the default location (#14340)Anna Miroshnik2014-08-211-0/+2
| | | | Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
* Prevent user text selection by default (Valo)Jouni Koivuviita2014-08-2012-16/+27
| | | | | | | | | Re-enable for labels, captions, tables and text inputs. Removed all unnecessary user-select: none; declarations since the top level declaration will affect the whole dom tree. Change-Id: I2e74b749340c8649d3b0778d62acafecf878685d
* Common components inside Table cells render better (Valo)Jouni Koivuviita2014-08-195-15/+64
| | | | | | | | | | | | Add a new size variant “compact” for Textfield, DateField and ComboBox. Makes the field fit inside the default row height of the table, but keeps the font size the same as for a normal field. Borderless fields also now respect the font color of the container (e.g. a selected table row). Update test to include common components inside a table. Change-Id: I88f4d917579c937536dc4c886dc2b7825db01818
* Last minute small fixes to ValoJouni Koivuviita2014-08-193-1/+5
| | | | Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
* Add a new variation for ValoJouni Koivuviita2014-08-196-9/+53
| | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* Small adjustment to MenuBar line-height (Valo)Jouni Koivuviita2014-08-191-1/+1
| | | | Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
* Table column resize does not work in Valo (Firefox) ( #14401)Jouni Koivuviita2014-08-192-4/+7
| | | | | | Fix a similar issue with context menu items also. Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
* Remove unnecessary negative border radius declarations from menu bar (Valo)Jouni Koivuviita2014-08-151-7/+11
| | | | Change-Id: I3739cdacf6a117cd0d75cab3566a82ee0fedd6bd
* Modularize menubar mixins and add submenu indicator for top level itemsJouni Koivuviita2014-08-152-39/+50
| | | | | | | | | | | Refactored menubar mixins so that less overrides are necessary from normal button styles, and so that custom colored and custom sized menu bars are possible. Add new examples to test app for “drop down buttons” and “split buttons” using MenuBar. Change-Id: I2b0b76817d1c9119f82b2c2f4d7e5b95a9f05a5c
* Make read only textfield visually different from normal text fieldsJouni Koivuviita2014-08-151-1/+1
| | | | | | | If the background color of the app is the same as the textfield background color, make the textfield background color slightly darker. Change-Id: I4870c3e396cdd8c586bfd3f0e812cf1f5ebab1eb
* Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-152-1/+5
| | | | | | | | | Makes any Label text colored, by default the same as $v-selection-color. Modify the Forms and Labels examples to use the new style, and remove the fixed color from “light” style form layout for header labels. Change-Id: I27a4fce56b1f734aa5c2c837bf1684284b0d96cc
* Valo Tree Drag & Drop styles broken (#14360)Jouni Koivuviita2014-08-151-1/+8
| | | | Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-157-3/+75
| | | | | | | Available as additional style names for buttons, text fields/text areas, combo boxes, date fields and labels. Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
* Window close and maximize/restore buttons not visible on initial render in ↵Jouni Koivuviita2014-08-151-1/+0
| | | | | | | | | IE8 (Valo) #14413 Remove unnecessary FontAwesome declaration as well, which made the characters look bad in IE8. Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
* Make component group spacing adjustable with a variable (Valo)Jouni Koivuviita2014-08-112-3/+7
| | | | | | Use in the dark variation to prevent overlapping box-shadows. Change-Id: I622caebd92a14396ab84a9919e4d181d8fd54f3f
* Make custom panel caption styles better looking (Valo)Jouni Koivuviita2014-08-111-4/+30
| | | | | | | | | | | If the background color of the caption is darker than the normal background color, add a colored border around the whole caption. Otherwise only draw the bottom border using the default background color. Fix caption bevel and “well” style box shadow handling as well. Change-Id: I1964df984ba50da8fcd1eed48edeb89abc5d3d8c
* Fix combo box and date field small & large styles box-shadow on focus (Valo)Jouni Koivuviita2014-08-112-10/+16
| | | | | | | Don’t override any other state than the “normal” for large & small styles (box-shadow in particular) Change-Id: I295b5e2300a4b2137171fb0aa55d5bbf3feb8cf6
* Small adjustment to valo-menu-item selection colorJouni Koivuviita2014-08-112-2/+3
| | | | | | Now lighter bg on light colors and darker bg on dark colors. Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965
* Make success and failure label styles blend more to the theme (Valo)Jouni Koivuviita2014-08-111-2/+2
| | | | Change-Id: Iece29f5b06a644e374935534399686d938de7501
* Small adjustment to Table column drag-n-drop indicators (Valo)Jouni Koivuviita2014-08-111-5/+6
| | | | Change-Id: I40a2fead8ba84b5e827823eae7c73593e8561225
* Fix TreeTable expand/collapse indicator (Valo)Jouni Koivuviita2014-08-111-1/+2
| | | | Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5
* Split common-stylenames to individual component files (#14374)Jouni Koivuviita2014-08-1127-638/+724
| | | | | | | | | | | Moved notification and valo-menu styles to the components folder as well, and added them to the $v-included-components list. Additional styles are now also controlled with a list variable, which lists all components whose additional styles should be included in the build. Change-Id: Ifb8d49d71622decf8fa0d4875985fcafd908a1f8
* Update Font Awesome to the latest version (#14396)Jouni Koivuviita2014-08-114-379/+469
| | | | | | | | | | | | Update the font icon to version 4.1.0. The enum is now sorted alphabetically by the icon name, while previously it was sorted by the code point. The new list is copied from http://fontawesome.io/cheatsheet/ which contains all the icons in the font. Change-Id: I41a69248a9e3bd25c90b7f79b5814cdb46b10bbc
* ResponsiveConnector should request layout update when breakpoints changeJouni Koivuviita2014-08-071-1/+16
| | | | | | (#14354) Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e
* Refactor Valo main menu styles into separate mixinsJouni Koivuviita2014-08-075-166/+457
| | | | | | | | | | | | | | Add a new utility mixin for defining width-ranges and height-ranges. Refactored ValoThemeUI to use Responsive and styled it to fit in a variety of viewport widths. Fixed an issue with “flat-dark” using named colors, which trips the “type-of” function. Theme “theme select”. Change-Id: Iff55ca2c23d2e279b6199590db2fdfe51423c1df
* Valo reports theme version wrong in debug window (#14338)Jouni Koivuviita2014-08-071-0/+5
| | | | Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7
* Update textfield readonly style (Valo)Jouni Koivuviita2014-08-071-3/+5
| | | | | | | Make readonly textfields show better inside panels for instance (so that they look different from normal textfields). Change-Id: If2b9b810a5bf0d7388563ea1d7560bbf1b9f149a
* Fix native select font color (Valo)Jouni Koivuviita2014-08-072-1/+1
| | | | Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7
* Fix color picker button for IE8Jouni Koivuviita2014-08-071-0/+17
| | | | | | | | | | | The selected color hex value is no longer overlapping with the color square. But now when there’s no hex value as the button caption, there’s extra white space on the right edge of the button, which is unavoidable. This is a lesser evil. Change-Id: I9c7e36fdf22f63c9cad6972f0f2038513f841d6b
* Empty rows in Table are badly styles (#14112)Jouni Koivuviita2014-08-071-0/+14
| | | | | | | | | Reduced padding around widgets inside table cells also. Set z-index for drag’n’drop styles to set the above any relative positioned widgets inside table cells. Change-Id: I512c61428aa88678261f276148d3ba39134a6411
* VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second ↵Jouni Koivuviita2014-08-071-59/+49
| | | | | | component (Valo theme) (#14152) Change-Id: I81b340206a6020d349593926156264b85253c4e6
* Rich text area has broken icons in Valo theme (#14219)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d
* TexArea 'white-space: normal' breaks multiline texts in Valo (#14225)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4