diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-04-01 11:24:49 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-04-25 09:50:39 +1000 |
commit | 15ca405b56527c84a512f835375ac7ebe68d5522 (patch) | |
tree | f6cd89957f547cbd5f95b84359af3cd328de025e /addons/skin.confluence | |
parent | 8c99673f4ad74002355ed8f97e59a3d76f10aab0 (diff) |
Changed: [Confluence] recently added focus text color
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml b/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml index 6c7c69649d..ddeebe3708 100644 --- a/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml +++ b/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml @@ -117,6 +117,19 @@ <aligny>center</aligny> <label>$INFO[ListItem.Label]</label> </control> + <control type="label"> + <posx>90</posx> + <posy>185</posy> + <width>150</width> + <height>20</height> + <font>font12</font> + <textcolor>blue</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + <visible>Control.HasFocus(8000)</visible> + </control> </focusedlayout> <content> <item> @@ -366,6 +379,19 @@ <aligny>center</aligny> <label>$INFO[ListItem.Label]</label> </control> + <control type="label"> + <posx>120</posx> + <posy>185</posy> + <width>200</width> + <height>20</height> + <font>font12</font> + <textcolor>blue</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + <visible>Control.HasFocus(8001)</visible> + </control> </focusedlayout> <content> <item> @@ -613,6 +639,19 @@ <aligny>center</aligny> <label>$INFO[ListItem.Label]</label> </control> + <control type="label"> + <posx>100</posx> + <posy>190</posy> + <width>180</width> + <height>20</height> + <font>font12</font> + <textcolor>blue</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + <visible>Control.HasFocus(8002)</visible> + </control> </focusedlayout> <content> <item> |