summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/util
Commit message (Collapse)AuthorAgeFilesLines
* Increase grid column resize handle width (#16838)Marlon Richert2015-12-181-1/+1
| | | | Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
* Remove accidentally commited fileArtur Signell2015-08-311-22/+0
| | | | Change-Id: I1a7feacc5c55154c21f0a3c97ad4da69daa71d51
* Update to Bourbon 3.2.4 (#15484)Artur Signell2015-08-2427-181/+391
| | | | Change-Id: I052702fc9b5b714c0d748973f3146f0718298a97
* Add backwards keyword for Valo utility animations (#14873, #14806)Jouni Koivuviita2015-06-151-7/+7
| | | Change-Id: Ib8eac880deb50b9bf32dc80f572c716413d14e69
* Provide variable for default contrast value in valo-font-color (#14793).Denis Anisimov2015-05-051-1/+9
| | | | Change-Id: Ida9552b02cb515fab6fb078a93f9f5c2f6d55014
* Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-1/+9
| | | | | | This is needed for the Sass compiler to correctly parse an expression. Change-Id: Ie39134e47f701015a9fc7180de5c033b80abe178
* Replace no-break-spaces with whitespaces (#14890)Sara Seppola2014-10-214-10/+10
| | | | Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288
* First batch of Valo Sass API documentation, plus bug fixesJouni Koivuviita2014-08-308-140/+423
| | | | | | | 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-1/+0
| | | | | | | | | 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
* Refactor Valo main menu styles into separate mixinsJouni Koivuviita2014-08-071-0/+14
| | | | | | | | | | | | | | 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
* Fix !important handling in opacity mixinHenri Sara2014-06-301-5/+10
| | | | | | | This change makes the mixin opacity() compatible with both the sass-lang implementation and our compiler. Change-Id: I29923cb3cf6d876fcf39696608fe3a5e3222374d
* Use simple interpolation in selectorHenri Sara2014-06-271-1/+1
| | | | | | This makes the file compile with Vaadin Sass compiler 0.9.7 Change-Id: I04dde084cf2f00ac33fedf63fd1930cb1426ff7a
* box-shadow should have -webkit prefix (#14093)Jouni Koivuviita2014-06-262-1/+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 ValoJouni Koivuviita2014-06-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-11/+6
| | | | | | | | | | | | 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
* Use dashes instead of underscore in function namesHenri Sara2014-06-251-2/+2
| | | | Change-Id: I3dd08e39b519d1bdac8e2e4a1c4c5ae05c517ae0
* Various fixes and tweaks to ValoJouni Koivuviita2014-06-182-5/+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-162-29/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Valo Sass API refactoring (#13668)Jouni Koivuviita2014-06-046-155/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-1/+1
| | | | | | | | | | | | | | 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
* Replaced 'v-valo' prefix with just 'valo'Jouni Koivuviita2014-04-295-38/+38
| | | | | | | | 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-7/+7
| | | | | | | | | | | 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-1167-0/+3393
60e2fa9ea119d24bb2421d3671a8cb87d6754e8b