summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Display.js
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-09-17 19:40:19 +0200
committerthlo <t.lohmar@gmx.de>2013-09-17 19:40:19 +0200
commitc1a548c89f8f843b76a2934bd0b89ac13ce22fcb (patch)
treedb95063145452a54e885b5213fed9eeb015ad7ff /smarttv-client/Javascript/Display.js
parent3c8b0c290160d11f75b01047e672ed3dbbbf12b8 (diff)
downloadvdr-plugin-smarttvweb-c1a548c89f8f843b76a2934bd0b89ac13ce22fcb.tar.gz
vdr-plugin-smarttvweb-c1a548c89f8f843b76a2934bd0b89ac13ce22fcb.tar.bz2
* Fixed that selected text is black (instead of white)
* Corrections in the ImageViewer module * Code-Cleanup
Diffstat (limited to 'smarttv-client/Javascript/Display.js')
-rwxr-xr-xsmarttv-client/Javascript/Display.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/smarttv-client/Javascript/Display.js b/smarttv-client/Javascript/Display.js
index b1f7d37..3d629f7 100755
--- a/smarttv-client/Javascript/Display.js
+++ b/smarttv-client/Javascript/Display.js
@@ -61,11 +61,11 @@ Display.init = function()
var elm = $("#video"+i);
$(elm).css({"width" : "100%", "text-align": "left", "padding-top": "4px", "padding-bottom": "5px" });
$(elm).append($("<div>").css({ "display": "inline-block", "width":"20%",
- "overflow": "hidden", "text-overflow":"ellipsis", "height": "14px"}));
+ "overflow": "hidden", "text-overflow":"ellipsis", "height": "14px", "color": "inherit"}));
$(elm).append($("<div>").css({ "display": "inline-block", "width":"70%",
- "overflow": "hidden", "text-overflow":"ellipsis", "white-space": "nowrap", "height": "14px"}));
+ "overflow": "hidden", "text-overflow":"ellipsis", "white-space": "nowrap", "height": "14px", "color": "inherit"}));
$(elm).append($("<div>").css({ "display": "inline-block", "width":"5%",
- "overflow": "hidden", "text-overflow":"ellipsis", "white-space": "nowrap", "height": "14px"}));
+ "overflow": "hidden", "text-overflow":"ellipsis", "white-space": "nowrap", "height": "14px", "color": "inherit"}));
}
/*