From c1a548c89f8f843b76a2934bd0b89ac13ce22fcb Mon Sep 17 00:00:00 2001 From: thlo Date: Tue, 17 Sep 2013 19:40:19 +0200 Subject: * Fixed that selected text is black (instead of white) * Corrections in the ImageViewer module * Code-Cleanup --- smarttv-client/Javascript/Display.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'smarttv-client/Javascript/Display.js') 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($("
").css({ "display": "inline-block", "width":"20%", - "overflow": "hidden", "text-overflow":"ellipsis", "height": "14px"})); + "overflow": "hidden", "text-overflow":"ellipsis", "height": "14px", "color": "inherit"})); $(elm).append($("
").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($("
").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"})); } /* -- cgit v1.2.3