| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
| |
Added a small delay for notification animate-in animations.
Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7
|
|
|
|
| |
Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d
|
|
|
|
| |
Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
|
|
|
|
| |
Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
|
|
|
|
| |
Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
|
|
|
|
| |
Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
|
|
|
|
|
|
|
| |
Also updates the test to always scroll the left panel to the top after
opening a section.
Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
|
|
|
|
|
|
| |
Make the text easier to read.
Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
IE8 (Valo) #14413
Remove unnecessary FontAwesome declaration as well, which made the
characters look bad in IE8.
Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
|
|
|
|
|
|
| |
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: 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
|
|
|
|
|
|
| |
(#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
|
|
|
|
| |
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
|