| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Mention Safari 8 and iOS 8 and bump evergreen browser versions
Change-Id: I9c6494a0e5967539385fabd05b540e1f0622b96c
Conflicts:
WebContent/release-notes.html
|
|
|
|
|
|
| |
Fix for regression caused by (#14812) + Valo test for TreeTables.
Change-Id: I57f911cbf33e52196fa219b4feddfe62db7f6ded
|
|
|
|
| |
Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67
|
|
|
|
| |
Change-Id: I473fc080c143bc242326bd6f2b819450c42ffae5
|
|
|
|
|
|
| |
Added sass selector for upload in base theme.
Change-Id: Iebf796f0965de6afeac98d6e2a2a9246c9251bab
|
|
|
|
| |
Change-Id: Ibad03664be53489121914a2dd7bb051cc6e5350c
|
|
|
|
| |
Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288
|
|
|
|
| |
Change-Id: I099f94f47f2f7aa5856026f6cf6e53629732527c
|
|
|
|
|
|
| |
Added CSS fixes.
Change-Id: I1f1d27a18b925ab9b4e21292218c75206d3d4984
|
|
|
|
| |
Change-Id: I6d18e9a16ea5c4c4de0653233fefa1af8f76205a
|
|
|
|
|
|
| |
Copied the fix from Valo.
Change-Id: I677fc4cfb65a57211fd82d994d75743fd49a83a2
|
|
|
|
| |
Change-Id: Ic0c5152d634dfc8f07890cfee18bbebd6e54bbc3
|
|
|
|
| |
Change-Id: I0f85fb72605c5500b0a835ddf715d60bc9c7a524
|
|
|
|
|
|
| |
Added css instructions for enclosing span to prevent this.
Change-Id: Ib5e396b85ce37ab722e70fddf3553179248d59e8
|
|
|
|
| |
Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
|
|
|
|
| |
Change-Id: I79565d94c65efb4ae8a61627c9d313707aabe3d5
|
|
|
|
|
|
| |
Added a small delay for notification animate-in animations.
Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7
|
|
|
|
| |
Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d
|
|
|
|
| |
Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
|
|
|
|
| |
Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
|
|
|
|
| |
Change-Id: I16d4fc4644c62a7fd3cf0a9ff28c9f77fff395b3
|
|
|
|
| |
Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
|
|
|
|
| |
Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
|
|
|
|
|
|
| |
Make the text easier to read.
Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
|
|
|
|
| |
Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
|
|
|
|
|
|
|
| |
Also updates the test to always scroll the left panel to the top after
opening a section.
Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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 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
|
| |
| |
| |
| | |
Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
|
| |
| |
| |
| |
| |
| |
| |
| | |
A new variation named “Light”, similar to iOS7 style.
Fix some valo-menu styles to accommodate the new light style better.
Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
|
| |
| |
| |
| | |
Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
|
| |
| |
| |
| |
| |
| | |
Fix a similar issue with context menu items also.
Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
|
| |
| |
| |
| |
| |
| |
| | |
* Changelog link
* Supported browsers
Change-Id: Ib304274c3be5565562f1aa7b3bbbf109779f389b
|
|\| |
|
| |
| |
| |
| | |
Change-Id: I3739cdacf6a117cd0d75cab3566a82ee0fedd6bd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1
|
| |
| |
| |
| |
| |
| |
| | |
Available as additional style names for buttons, text fields/text
areas, combo boxes, date fields and labels.
Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
|
|\|
| |
| |
| | |
Change-Id: I7f5e1d5c9e8e893d8c0b44881a56fb061238f026
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
IE8 (Valo) #14413
Remove unnecessary FontAwesome declaration as well, which made the
characters look bad in IE8.
Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
|
| |
| |
| |
| |
| |
| |
| |
| | |
The blur and focus events should be linked with the TabSheet
component as a whole. Any click inside the TabSheet should
trigger one single focus and any leave the blur.
Change-Id: Id24a2fab12aafe6f7aa3a44635e5b9e935a1cfe1
|
| |
| |
| |
| |
| |
| | |
Use in the dark variation to prevent overlapping box-shadows.
Change-Id: I622caebd92a14396ab84a9919e4d181d8fd54f3f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
Don’t override any other state than the “normal” for large & small
styles (box-shadow in particular)
Change-Id: I295b5e2300a4b2137171fb0aa55d5bbf3feb8cf6
|
| |
| |
| |
| |
| |
| | |
Now lighter bg on light colors and darker bg on dark colors.
Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965
|
| |
| |
| |
| | |
Change-Id: Iece29f5b06a644e374935534399686d938de7501
|