xbmc-pvr-addons: add PR288

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-10 11:36:18 +02:00
parent 4475b394fc
commit e4e3f9d977

View File

@ -0,0 +1,64 @@
From 720574030a20b6d4f98ced3203cda35404e8d42b Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
Date: Sun, 30 Mar 2014 20:52:24 +0300
Subject: [PATCH] vnsi5: confluence color fixes
---
.../addon/resources/skins/skin.confluence/720p/Admin.xml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/addons/pvr.vdr.vnsi/addon/resources/skins/skin.confluence/720p/Admin.xml b/addons/pvr.vdr.vnsi/addon/resources/skins/skin.confluence/720p/Admin.xml
index d81f85a..c4054a3 100644
--- a/addons/pvr.vdr.vnsi/addon/resources/skins/skin.confluence/720p/Admin.xml
+++ b/addons/pvr.vdr.vnsi/addon/resources/skins/skin.confluence/720p/Admin.xml
@@ -91,7 +91,7 @@
<width>380</width>
<height>55</height>
<font>font24_title</font>
- <textcolor>grey3</textcolor>
+ <textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
@@ -270,7 +270,7 @@
<width>250</width>
<height>30</height>
<font>font16caps</font>
- <textcolor>grey3</textcolor>
+ <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="0,2,0,2">MenuItemFO.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
@@ -289,7 +289,8 @@
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<label>$ADDON[pvr.vdr.vnsi 30109]</label>
<font>font16caps</font>
- <textcolor>grey3</textcolor>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
<onleft>10</onleft>
<onright>36</onright>
<onup>32</onup>
@@ -305,7 +306,8 @@
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<label>$ADDON[pvr.vdr.vnsi 30110]</label>
<font>font16caps</font>
- <textcolor>grey3</textcolor>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
<onleft>10</onleft>
<onright>36</onright>
<onup>33</onup>
@@ -321,7 +323,8 @@
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<label>$ADDON[pvr.vdr.vnsi 30113]</label>
<font>font16caps</font>
- <textcolor>grey3</textcolor>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
<onleft>10</onleft>
<onright>36</onright>
<onup>34</onup>
--
1.9.1