summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-2921-2065/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-152-0/+14
| | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
* Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)Teppo Kurki2015-06-111-0/+1
| | | Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-111-6/+6
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* Fix gradient path for notifications in Chameleon. (#15351)Sauli Tähkäpää2014-12-121-2/+2
| | | | Change-Id: Ie1e2726613033ad321e15f7f58e098080d4d9a5f
* Fix background color of Notification in chameleon theme (#14246)Dmitrii Rogozin2014-07-241-0/+2
| | | | Change-Id: Ie561a3ef95fcc15e357d1edb65b45f596683e7e4
* Fix Tabsheet scrollbutton by css position in Chameleon theme (#12154)Johannes Tuikkala2014-07-141-0/+1
| | | | Change-Id: Icd38631f8802fc86949fa29dd517f1aca0499c33
* Fix regression in notification for chameleon caused by 13885.(#14172)Dmitrii Rogozin2014-07-081-0/+1
| | | | Change-Id: I33d70c54b9118e85c9542e56b917b993516ae213
* Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-022-1/+6
| | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
* Changes padding for Textfields with Chameleon theme. (#12974)Felype Santiago Ferreira2014-01-071-2/+5
| | | | Change-Id: I911ddd8ef1162412ae99ef252c3302e1f8b555ef
* Changes padding for Textfields with Chameleon theme. (#12974)Felype Santiago Ferreira2013-12-101-1/+1
| | | | Change-Id: Iefccedce67cb04cf3ceb8128cb07c871fc940ab8
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-291-1/+5
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Maximize/restore icons for Chameleon, Liferay, Runo (#3400)Artur Signell2013-04-051-10/+24
| | | | Change-Id: Ibbeed5b5925442f966841c0f5d2ea3dbfe9007bb
* Fixed ComboBox width problems in all themes (#10484)Artur Signell2013-01-071-1/+6
| | | | Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-046-53/+53
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Added override for font-sizes which used em in base theme (#10606, #10587)Artur Signell2013-01-022-0/+2
| | | | Change-Id: I556137c307bdacdb22cbd2abb4461268997ff53d
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-028-28/+28
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-171-0/+4
| | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-102-0/+17
| | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* $primaryStyleName functionality to Chameleon, fixes #9881Marc Englund2012-12-0716-342/+342
| | | | Change-Id: I3d75184acb7d2625a3edea35b1c8d2a86b7313eb
* Fix chameleon "body" css selectors (#10382)Artur Signell2012-11-264-21/+21
| | | | Change-Id: I39095703e74bdcad16d4b6cb700cc5f1953a66c6
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-233-18/+18
| | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-232-61/+61
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Overlay container #9220Marc Englund2012-10-301-1/+1
| | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
* Fixed Chameleon theme for InlineDatefield #10070John Ahlroos2012-10-293-57/+71
| | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255
* Fixed combobox line heights in Chameleon theme #9838John Ahlroos2012-10-031-0/+3
| | | | Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec
* Replaced all .v and .v-connector selectors with .v-widget selectorJohn Ahlroos2012-08-281-1/+1
|
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-0819-30/+123
| | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-121-1/+1
|
* Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-091-5/+1
| | | | This enables easy support for e.g. header height based on font size and footer height changing if resizing is disabled.
* Update VWindow.setWidth/Height to set outer sizes (#8313)Leif Åstrand2012-03-081-2/+5
| | | Also fix some small issues related to when the min size is used
* Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-021-1/+1
|\ | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java
| * [merge from 6.7] #8369 Fixed absolute path in Chameleon CSSAutomerge2012-02-211-1/+1
| | | | | | | | svn changeset:23069/svn branch:6.8
* | Use different size for text fields with box-sizing (#8313)Leif Åstrand2012-02-231-2/+6
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
| * Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-181-1/+0
| | | | | | | | svn changeset:22691/svn branch:6.8
* | Merge remote branch 'origin/6.8'Henri Sara2011-12-221-2/+2
|\| | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java
| * Merged changes from 6.8Johannes Dahlström2011-12-221-1/+1
| | | | | | | | svn changeset:22469/svn branch:6.8
* | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-222-36/+0
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-0914-153/+0
|/
* Final fix for #6745: Connectors for TreeJouni Koivuviita2011-09-281-0/+4
| | | | | | | -Adjusted all themes to have even pixel caption height -Liferay theme doesn't support the connectors (#7682) svn changeset:21411/svn branch:6.7
* Fixed unwanted 24bit png gradients for IE6 (Chameleon theme)Jouni Koivuviita2011-08-304-1/+18
| | | | svn changeset:20732/svn branch:6.7
* Fixes #7490: Multi-line text fields visual and height issues in Chameleon themeJouni Koivuviita2011-08-291-0/+4
| | | | svn changeset:20708/svn branch:6.7
* Chameleon theme fixesJouni Koivuviita2011-08-266-5/+75
| | | | | | | | * Button with explicit width now behaves similarly across browsers, either clipping the text or ellipticizing it * DateField popup button now same height as the input field * Minor stylistic changes svn changeset:20673/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-0/+5
| | | | svn changeset:20495/svn branch:6.7
* #7053 copy two icons from reindeer to chameleonHenri Sara2011-07-291-2/+2
| | | | svn changeset:20027/svn branch:6.7
* #7053 Chameleon theme integration, first phase: basic theme in Vaadin and ↵Henri Sara2011-07-2818-0/+1969
JAR, compiled into a single styles.css svn changeset:20007/svn branch:6.7