summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/shared
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-298-1717/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Repackage spinner.gif to reduce sizeTeemu Suo-Anttila2015-11-261-0/+0
| | | | Change-Id: I44c38cdcf33de7b08e1e1d038b81ec9e68fe465a
* 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-131-3/+17
| | | | 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
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-061-2/+8
| | | | | | | | 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
* Not able to scroll BrowserFrames on iOS Devices (#14813)Sergey Budkin2014-10-141-0/+6
| | | | | | Added CSS fixes. Change-Id: I1f1d27a18b925ab9b4e21292218c75206d3d4984
* First batch of Valo Sass API documentation, plus bug fixesJouni Koivuviita2014-08-306-133/+812
| | | | | | | Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
* Prevent user text selection by default (Valo)Jouni Koivuviita2014-08-201-5/+19
| | | | | | | | | 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
* Add a new variation for ValoJouni Koivuviita2014-08-191-1/+3
| | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* Table column resize does not work in Valo (Firefox) ( #14401)Jouni Koivuviita2014-08-191-0/+1
| | | | | | Fix a similar issue with context menu items also. Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-151-3/+9
| | | | | | | Available as additional style names for buttons, text fields/text areas, combo boxes, date fields and labels. Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
* Split common-stylenames to individual component files (#14374)Jouni Koivuviita2014-08-113-351/+70
| | | | | | | | | | | 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
* Valo reports theme version wrong in debug window (#14338)Jouni Koivuviita2014-08-071-0/+5
| | | | Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7
* Fix native select font color (Valo)Jouni Koivuviita2014-08-071-1/+0
| | | | Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7
* Compile valo with Vaadin Sass compiler (#14120)Henri Sara2014-06-301-1/+1
| | | | Change-Id: I79ddfee4fd97c545f2bd502655560ff4cbe600a4
* Valo font path fixes for Vaadin Sass compilerHenri Sara2014-06-272-3/+3
| | | | Change-Id: I2c72d57ffdc006e583b5bac23155eae67f33aa1f
* box-shadow should have -webkit prefix (#14093)Jouni Koivuviita2014-06-263-6/+6
| | | | | | | | | | | Mass find-and-replace, tested to work as before in Chrome, and that the output now includes box -webkit-box-shadow as well as box-shadow. Bourbon needed to be imported before the css3 utils, so that the box-shadow mixin can be overridden (Bourbon prints a warning as it has already deprecated box-shadow prefixes). Change-Id: I6b4f2047a6d8bfb74f2dbf999d10f7e00005e794
* Various fixes to Valo and ValoThemeTestJouni Koivuviita2014-06-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve textfied, datefield and combobox mixins so that they can be used with null parameter values. This makes them output less styles and allows combining multiple styles together (e.g. small + borderless). Let valo-button-style mixin support padding as a list instead of just a single number. Change default calendar event colors to hex values (Vaadin Sass compiler doesn’t support all color keywords just yet). Error styles for date field and combo box Small fix to table to support all border sizes (Java code has a hard-coded 1px border width). Remove a few unnecessary selectors. Make tab sheet tab alignment mixin more generic (now allows both right and center alignment). Fix framed tab sheet style border (bottom border caused left and right borders to have a “cropped” angle at the bottom end). Fix selection overlay item active style color (i.e. white would produce a pink color). Now a completely desaturated color won’t be saturated. Change-Id: I0117e20ef0a597de982a4d0c85a3c78fff87eafc
* Various fixes to ValoJouni Koivuviita2014-06-252-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a small API for checkbox, radio button and option group. Fix border radius for ComboBox (no-text-input + small/large style). Add better support for form layout section captions (now supports h2, h3 and h4 labels instead of just h4). Add “align-right” and “align-center” utility style names for label. Fix black line artifacts in iOS for panel, window and tabsheet (visible at certain zoom levels). Refactor tab sheet styles to be more modular (so you can combine framed with icons-on-top for instance). Fix tab sheet loading indicator reserving unnecessary space in parent layout. Readonly style for richtextarea. Fix slider handle focus border color. Fix #14058: Valo causes Table headers to be overly long - Table now reserves as little space as necessary - TreeTable works slightly differently, causing it to reserve more space in some situations Rename table mixins to follow naming convention (mixins that do not output top-level selectors should be suffixed with “-style”, others not). Fix TreeTable treespacer style so that it works correctly with row captions/icons. Prevent text size adjust on iOS. Refine default overlay shadow. Change-Id: I31fa8905c5aa34ab810c3d1c7ac35c3f572c8c04
* Clean up focus-color usage in ValoJouni Koivuviita2014-06-252-16/+7
| | | | | | | | | | | | Resort to using $v-focus-color instead of valo-focus-color() Clean valo-focus-color() function implementation. Remove unnecessary documentation from _variables.scss Increase bevel depth slightly (better contrast) Change-Id: I1272c27fd76cd9a1f1f4c36b76756bc73802eb83
* Fix spinner mixin for IE8 and IE9Jouni Koivuviita2014-06-181-0/+15
| | | | | | Fixes indeterminate ProgressBar style as well (using the spinner mixin). Change-Id: I35729e465e2249515fc4668167b1d18aa3783a97
* Fix notification default delayJouni Koivuviita2014-06-181-3/+3
| | | | | | | The default hiding delay should be 0ms instead of 1000ms, according to the server side class at least. Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
* Various fixes and tweaks to ValoJouni Koivuviita2014-06-182-3/+5
| | | | | | | | | | | | | | | | | | - Added a new “quiet” style button, and an “icon-align-top” style, and added an additional parameter for the borderless button style - PopupView now has a proper animation-in and animation-out, with a spinner showing the loading state - Small fix to slider minimum size - Fixed TextField text centering for IE8 and IE9 - Fixed Tree expand/collapse arrow clicking in IE10 - Tweaked Window shadow and modality curtain style Change-Id: I48dab61c648363b8eb0c03dc3b3cbbc1289b94ed
* Multiple fixes to Valo themeJouni Koivuviita2014-06-165-119/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added initial Sass API for Accordion and TabSheet (previously only one mixin) - Renamed ‘darker-of’ function to ‘darkest-color’, which now supports more than two colors - Refactored notifications to use the new position classes as well as the new animation-in/out functionality - Refactored overlay styles to use animation-in/out functionality - Fixed all unwanted white-space and scrollbar issues in all browsers (font-size:0 or line-height:0 no longer necessary), and fixes vertical centering in horizontal layout (#13671) - Fixed borderless menubar clicking bug (Firefox and Opera) - Fixed table column selector, which no longer produces scrollbars if placed directly inside a scrollable area in full size - Fixed table outline overflow in Opera (now using box-shadow instead in all other browsers except IE8) - Added toolbar support for windows (header and footer) - Moved optional notification styles to common-stylenames.scss -Various other small tweaks Change-Id: I42343199be12f6d909b9584b7dce3e258846da81
* Notification position should be controllable with CSS (#13990)Jouni Koivuviita2014-06-161-13/+18
| | | | Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2
* Valo Sass API refactoring (#13668)Jouni Koivuviita2014-06-047-159/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes #13672 (added ‘notification’ v-included-components list) Fixes #13746 as well (DragAndDropWrapper won’t hide the drag source any more) Loads of smaller tweaks and fixes, went through almost all components again and fixed any issues I could find in testing. Testing done with the following: Desktop (OS X Mavericks) -Safari 7 -Chrome 35 -Firefox 24.5 -Opera 21, 12 -Internet Explorer 8,10 Mobile: -iOS 7 -Android 4 -Android 2.3 -Windows Phone 8 Change-Id: Ide32cacd1958b5b8db85afe23f455ad3140a7d21
* Rename $v-app-background-color to $v-background-color (#13670)Jouni Koivuviita2014-06-044-4/+7
| | | | | | | | | | | | | | Top level background-color variable, which is then specialized by different components in the theme. Mass search-and-replace, tested that the theme works as expected. Added a new test UI class for the Valo theme. Updated .gitignore to ignore .sass-cache (command line Sass creates a cache folder when watching for changes) Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5
* Added default link styles to a tagsJouni Koivuviita2014-05-071-27/+31
| | | | | Fixes #13680 Change-Id: If73e596bf65bb589ee7037dbccbdd3fbd884dbff
* Fix native button heightJouni Koivuviita2014-04-301-1/+1
| | | | | | | line-height: inherit ends up as 0 since component containers have line-height: 0; applied. Change-Id: Ifc86934dc68d938a4c8ba6732106f3562dda06a4
* Replaced 'v-valo' prefix with just 'valo'Jouni Koivuviita2014-04-297-98/+98
| | | | | | | | Mass find-and-replace, tested that the theme works as before. Fixes #13686 Change-Id: I99dfed995f288d1b37a1ac425932bba95dfae994
* Prefixed all Valo-specific 'property values' with 'v-'Jouni Koivuviita2014-04-163-6/+11
| | | | | | | | | | | Bevel and shadow substitute values 'hilite' and 'shade' are now 'v-hilite' and 'v-shade'. 'focus-color' is also now 'v-focus-color'. Gradient style are now 'v-linear' and 'v-linear-reverse' Change-Id: I003997d3fea076d7fec45cb95e70c27a81de625e
* Initial commit of Valo (from original repo at ↵Jouni Koivuviita2014-04-118-0/+1210
60e2fa9ea119d24bb2421d3671a8cb87d6754e8b