Is there a way to add a dropdown arrow to the right of a menu caption, like on Atlassian 2.8 UI?
If not what about a new option for the compound-menuitem macro, dropdown=true (default false)?
|
|||||||
Adaptavist Theme Builder Powered by Atlassian Confluence |
Comments (4)
Jul 28, 2008
Guy Fraser says:
You can do it with CSS - anything with a sub-menu gets an "has-submenu" class ad...You can do it with CSS - anything with a sub-menu gets an "has-submenu" class added to it so something like this:
.has-submenu { padding-right: 20px; background: transparent url(/path/to/image.gif) no-repeat center right; }Jul 28, 2008
Tomi Strugar says:
Great, thanks. Do you know the path to the TB 3 icons, and the path/image name t...Great, thanks. Do you know the path to the TB 3 icons, and the path/image name to where the right arrow used in the sub-menus?
Jul 28, 2008
Guy Fraser says:
Since version 3.2.0 you can use the classpath token in the Custom CSS, for examp...Since version 3.2.0 you can use the classpath token in the Custom CSS, for example:
Nov 19, 2008
Mike Hammond says:
I have a customised menu with a dark blue background colour and want the arrows ...I have a customised menu with a dark blue background colour and want the arrows for sub-menus to be in white. Is there a white arrow image available somewhere?