Skip to content

Commit

Permalink
Changed: Confluence Made the home menu Selected color different so it…
Browse files Browse the repository at this point in the history
…s easy to tell it has focus
  • Loading branch information
JezzX committed Apr 24, 2012
1 parent b5af804 commit 06f343f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions addons/skin.confluence/720p/Home.xml
Expand Up @@ -550,11 +550,23 @@
<width>290</width>
<height>60</height>
<font>font_MainMenu</font>
<textcolor>white</textcolor>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
<animation effect="fade" start="100" end="50" time="200" condition="!Control.HasFocus(9000)">conditional</animation>
<visible>Control.HasFocus(9000)</visible>
</control>
<control type="label">
<posx>150</posx>
<posy>0</posy>
<width>290</width>
<height>60</height>
<font>font_MainMenu</font>
<textcolor>grey3</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
<visible>!Control.HasFocus(9000)</visible>
</control>
</focusedlayout>
<content>
Expand Down

0 comments on commit 06f343f

Please sign in to comment.