| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I62f3f17cfbd5ddb5e1cd1b6085f4437fa49cfad1
|
|
|
|
|
|
|
| |
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: Ia879f22f171c97fd614a92526db3cd00f35d9d27
|
|
|
|
| |
Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1
|
|
|
|
| |
Change-Id: I83f0d08850d2e03008601f10043314c00818bdaa
|
|
|
|
|
|
|
| |
Available as additional style names for buttons, text fields/text
areas, combo boxes, date fields and labels.
Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
|
|
|
|
|
|
|
|
|
| |
IE8 (Valo) #14413
Remove unnecessary FontAwesome declaration as well, which made the
characters look bad in IE8.
Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
|
|
|
|
| |
Change-Id: Idc948853a1a8529e42cbab5e4dce5938897d39dc
|
|
|
|
| |
Change-Id: I7fdd091a3b2994270e9928eb4f118ab5ca59ef30
|
|
|
|
| |
Change-Id: I8df8260bf875dd2a3cf974885bde8b473f4951a5
|
|
|
|
| |
Change-Id: I351e94c6827e4585ddeb0060251f9ba7c5c55df4
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I3ac7a8b404da907fbe025b2ab1af03dd7c32813e
|
|
|
|
| |
Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
|
|
|
|
| |
Change-Id: I0b2bb3fba1a8a854799fd087601ba54988ec423b
|
|
|
|
|
|
|
|
|
|
| |
Browser page scroll by default when space key is pressed.
The TabSheet uses the space key (32) to select the tab
when navigating using left/right keys. So when the space
is pressed the default browser page scroll behavior is
now prevented.
Change-Id: I8c3c7c4904109018d2f91447235e30dbd29eec5d
|
|
|
|
| |
Change-Id: I29f59fce90b7060a97787d3c3ce12f890af40079
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
License files can now contain multiple keys to support different
versions of a product. The keys are identified by the major version
number followed by an equals sign and the key for that version, e.g.
1 = foo-bar-baz
2 = baz-foo-bar
The license file can also contain a "default" license key, which
is used for all versions except for the explicitly defined ones, e.g.
foo-bar-baz
3 = baz-bar-foo
4 = bar-baz-baz
Change-Id: Id07d22e9fdc44189c4298b634006cf0df128bfd9
|
|
|
|
| |
Change-Id: I16a0000ae506b5aef4f4d44cf0ee7235da14a21a
|
|
|
|
|
|
|
|
| |
Pressing down to open the popup menu and then pressing enter to select
the same item as is already selected will now cause the same behavior
as pressing the escape key when there are suggestions.
Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4
|
|
|
|
|
|
|
| |
New JSNI function allows direction parameter in setSelectionRange.
This allows setting selection backward and fixes the issue in FF.
Change-Id: I1e34b70983e3f525b7009668877038f108d286a7
|
|
|
|
| |
Change-Id: Ia6f809349a8ee81bd2d150176c69c6d6ae10491f
|
|
|
|
| |
Change-Id: Ife2ce000cae1386334596a99592263bd489a5204
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ic35c2f77a5acb0221792ad0a0195e4566dbece00
|
|
|
|
| |
Change-Id: I40a2fead8ba84b5e827823eae7c73593e8561225
|
|
|
|
| |
Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
|
| |
While still supported, these browsers are completely outdated and the
tests no longer give us meaningful information. When TestBench 2 tests
are converted to TB4, they will no longer be run on either of these browser.
To improve the situation in the future, TB4 tests should be run on
Safari 7 and latest Opera
Change-Id: Ib49376e30e105aea89218aa352c44a4c3ec8778f
|
|
|
|
| |
Change-Id: I00ccee8830f09a864df49a3abe2d588bd717c30f
|
|
|
|
|
|
| |
(#14354)
Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7
|
|
|
|
|
|
|
| |
Make readonly textfields show better inside panels for instance (so
that they look different from normal textfields).
Change-Id: If2b9b810a5bf0d7388563ea1d7560bbf1b9f149a
|
|
|
|
|
|
|
|
| |
Reintroduce the delay timer which triggers the hiding of the
notification. When the notification is clicked, no timer is used, the
notification is hidden immediately.
Change-Id: I93ecc5dcc34c10092b85f4e0daf7ecacfef77f7a
|
|
|
|
| |
Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
component (Valo theme) (#14152)
Change-Id: I81b340206a6020d349593926156264b85253c4e6
|
|
|
|
| |
Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d
|
|
|
|
| |
Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4
|
|
|
|
| |
Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7
|
|
|
|
|
|
| |
Includes updated tests.
Change-Id: I928b888302a2cd22b7c94600fd4f8b7608ba0ca8
|
|
|
|
| |
Change-Id: Id959872b1bce4422341daf6325b6f5fbf77ad24b
|