| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
|
|
|
|
| |
Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306
|
|
|
|
| |
Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
|
|
|
|
|
|
|
|
|
|
|
| |
The <table> used by the FormLayout doesn't reduce its size if any child
component has locked its own size (which is the case with e.g. Table and
some other components doing explicit pixel calculations). To work around
this, we need to detect the situation, force the <table> to reduce its
width by temporarily assigning explicit widths to the cells and then
remove the forced size after all children have adjusted.
Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
|
|
|
|
| |
Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee
|
|
|
|
|
|
| |
ticket. (#18325)
Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
|
|
|
|
| |
Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
|
|
|
|
|
|
|
| |
+ contains Valo theming fixes for all browsers.
+ includes screenshot test for sidebar in Valo
Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
|
|
|
|
|
|
| |
Little theming for Reindeer and Runo too, but no designs yet.
Change-Id: I967d377cf33d64c9566b7a28d81002e669562be7
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5.
This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap).
For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also.
Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
|
|
|
|
| |
Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Grid's ProgressBarRenderer uses that style by default.
Change-Id: Ie3e1ec33168f61f921efdaf554714fba10cb2644
|
|
|
|
|
|
|
|
|
|
| |
Fix regressions from previous Grid style patch:
- Typo in selector (dot instead of comma)
- “active” style renamed to “focused”
- Scrollbar border styling moved from Valo (was working) to Base (now
all themes work the same)
Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
|
|
|
|
| |
Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renamed decorative element style names:
- “headercorner” -> “header-deco”
- “footercorner” -> “footer-deco”
- “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco”
The “-stripe” style name is now added for odd rows, not even (like in
all Table themes).
Re-implemented the Base mixins for Grid and Escalator. They are now
used for all themes, which should make future development easier
because things should only be implemented in one place.
This change makes the theme also less brittle hopefully, because it
reduces the amount of pixel calculations for paddings etc. and relies
more on plain CSS.
The Base theme now offers many variables for extending themes. This
reduces unnecessary CSS output, and makes it easier to maintain
multiple themes for the Grid.
Added a box-shadow and box-sizing mixins to Base.
Converted all CSS comments to Sass comments.
Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
|
|
|
|
| |
Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
|
|
|
|
| |
Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
|
|
|
|
|
|
| |
Also fixes breaking tests for Reindeer changes.
Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
|
|
|
|
| |
Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
|
|
|
|
|
|
| |
(#11042).
Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
|
|
|
|
| |
Change-Id: I8cc0eb2796a328c1996417014833020319428b61
|
|
|
|
|
|
| |
This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41.
Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5
|
|
|
|
| |
Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5
|
|
|
|
|
|
|
|
|
| |
The scss file and the light and normal style suggest that the name should be
"-pressed". This is what this patch fixes. I have considered renaming all
"-pressed" to "-active", to be consistent with e.g. "maximize-active.png"
but decided against due to compatibility concerns.
Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
|
|
|
|
|
|
|
|
|
| |
The close buttons images for the Window black theme was mistakenly
added to the white theme sprite and ended up in the middle of the
light theme window. Moved the black theme button images to the
black theme sprite.
Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
|
|
|
|
|
|
|
|
| |
Added new version for favicon.ico, which has 32x32 pixel version in
addition to 16x16 pixels. Adds support for high resolution/retina
displays.
Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
|
|
|
|
| |
Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
|
|
|
|
| |
Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154
|
|
|
|
| |
Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
|
|
|
|
| |
Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
|
|
|
|
| |
Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
|
|
|
|
|
|
| |
style #10884
Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1
|
|
|
|
| |
Change-Id: Ib23c49d988aeecc7619727f02423ac16bab8f64d
|
|
|
|
| |
Change-Id: Ic08d6949376f5caa76193ade1c358a365da878fc
|
|
|
|
| |
Change-Id: I752e2cd2a83b89c0ac2623f57b3311aa7ae9934b
|
|\
| |
| |
| | |
because of #10682"
|
| |
| |
| |
| |
| |
| | |
because of #10682
Change-Id: Ie0203db2cc8244013fe251796658a9412322a3f9
|
|/
|
|
|
|
|
| |
This reverts commit 7bd2ebe2ed212bc94189b036fdf7d8de6735e640.
The fix is needed again now that #10682 has been fixed.
Change-Id: I6f8764f80572909b5355c75396ef390a9ade7331
|
|
|
|
| |
Change-Id: I332365017caaf76daed5d7d809365eaf195eaf1f
|
|\
| |
| |
| | |
an icon in Firefox using the minimal style for the tabsheet #10616"
|
| |
| |
| |
| |
| |
| | |
in Firefox using the minimal style for the tabsheet #10616
Change-Id: I0dfd5af048d34d3f0671a40b22aed273ca0b0581
|
|\ \ |
|
| | |
| | |
| | | |
This reverts commit 9c05956e4e45f143e7d83bbc2d8e24cd5470631a which incorrecly alters the height of the accordion caption
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| | |
Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29
|
|/
|
|
| |
Change-Id: I7b7fb770209c593f78a7ff0f78b86be209cce174
|
|
|
|
| |
Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
|
|
|
|
| |
Change-Id: I556137c307bdacdb22cbd2abb4461268997ff53d
|
|
|
|
|
|
| |
Related to #9004, #9552, #9572, #9578
Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c
|