summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/menubar
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-292-108/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Fixed regression by #15381 on IE8Teppo Kurki2015-06-221-0/+9
| | | | | | | | The opacity for disabled menu items looks very ugly on IE8. Fixed by using the previous gray color for text and opacity filter only for the item icon. Change-Id: If48716cdccef05ebdba43b5600e41c0690398429
* Add opacity filter for disabled menubar item. (#15381)Sauli Tähkäpää2015-05-071-1/+2
| | | | Change-Id: I457becda9b8741b0b0f85d8985581a2039fa7304
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-021-1/+1
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-231-28/+28
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: base theme with renameable componentsMarc Englund2012-09-281-28/+28
|
* merge master (sass theme changes)Jouni Koivuviita2012-08-131-0/+4
|\
| * Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+4
| | | | | | | | | | | | | | | | 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.
* | Fixed MenuBar CSS to not use float, but display: inline-block for minimum widthJouni Koivuviita2012-04-181-1/+1
|/
* Use overflow: hidden to remove scrollbars in IE8 (#8313)Leif Åstrand2012-03-231-0/+1
|
* #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-101-1/+1
| | | | svn changeset:20245/svn branch:6.7
* Merge from 6.6Henri Sara2011-06-162-1/+12
|\ | | | | | | svn changeset:19412/svn branch:6.7
* | Fixes #5535 "Clicking on a menubar show a visible focus"Jouni Koivuviita2011-05-191-0/+1
|/ | | | svn changeset:18908/svn branch:6.6
* Fix for #5537John Alhroos2010-09-021-0/+6
| | | | svn changeset:14682/svn branch:6.4
* Loads of small fixes to Base and Reindeer themes: contains bugfixes for ↵Jouni Koivuviita2010-04-081-1/+4
| | | | | | issues found during developing the new Reindeer theme demo, plus a couple of new styles for Reindeer. svn changeset:12389/svn branch:6.3
* * Fixes #3907: Undefined wide MenuBar will drop items that do not fit in viewJouni Koivuviita2009-12-231-2/+5
| | | | | | * Fixes #3908: MenuBar doesn't open sub-submenus with hover in IE7 svn changeset:10538/svn branch:6.2
* Fixes #3850: Submenu icon is placed outside the menu in IE7Jouni Koivuviita2009-12-151-41/+26
| | | | | | | * Refactored VMenuBar to not use TABLE element. Now uses DIVs all the way. * Note, the theme for MenuBar sub-menus seems to be quite fragile in IE6 and IE7. IE6 doesn't allow any of the contained elements to get "hasLayout", otherwise the popup will be too wide. IE7 needs some DeferredCommand magic to make it render separator items correctly. svn changeset:10301/svn branch:6.2
* Fixes #3849: Undefined wide menubar is 100% wide in IE6Jouni Koivuviita2009-12-141-0/+3
| | | | svn changeset:10274/svn branch:6.2
* New Sampler layout and some new samples and sample modifications.Jouni Koivuviita2009-11-271-0/+4
| | | | svn changeset:10082/svn branch:6.2
* MenuBar fixes (again)Jouni Koivuviita2009-11-111-0/+12
| | | | | | | * Fix submenu indicators for IE * Fixes #3678: enhancement: MenuBar needs a separator item svn changeset:9722/svn branch:6.2
* MenuBar fixes for IE6Jouni Koivuviita2009-11-101-0/+6
| | | | | | Fixed shadow offset for IE6 svn changeset:9692/svn branch:6.2
* MenuBar fixes & enhancementsJouni Koivuviita2009-11-091-7/+18
| | | | | | | | | * fixes #3507: Menubar.MenuItem needs setEnabled() * "More" menuitem now presented as an arrow * menu opening/closing now more intuitive * client side stylename for menuitems changed to v-menuitem svn changeset:9688/svn branch:6.2
* MenuBar fixes:Jouni Koivuviita2009-11-081-8/+19
| | | | | | | | | | * Fixes #2849: Deprecate MenuBar.setSubmenuIcon method, and provide the same functionality via CSS * Fixes #2821: Sumbenu icon is not aligned with the menu item's text * Fixes #3482: MenuItem: Subitem is wrongly marked as selected Deprecated setCollapse method at the same time, redundant method (the feature should always be enabled). svn changeset:9675/svn branch:6.2
* Menubar styles for Reindeer theme.Jouni Koivuviita2009-05-261-1/+1
| | | | svn changeset:8018/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-121-0/+37
svn changeset:7762/svn branch:6.0