From 10ab1465d82dee713dfce188dfad81f73ec4e3dc Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 16 Nov 2020 02:47:10 -0800 Subject: [PATCH] UI Fixes. --- index.html | 2 ++ styles-branded.css | 20 +++----------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 8bb577a..518a33b 100644 --- a/index.html +++ b/index.html @@ -13401,6 +13401,8 @@ window['go'] = go; window['QV'] = QV; window['numbersOnly'] = numbersOnly; + window['syncClock'] = syncClock; + window['showLinkPolicyDlg'] = showLinkPolicyDlg; // ###BEGIN###{PowerControl} window['showPowerActionDlg'] = showPowerActionDlg; // ###BEGIN###{PowerControl-Advanced} diff --git a/styles-branded.css b/styles-branded.css index 0c7fe3c..380814f 100644 --- a/styles-branded.css +++ b/styles-branded.css @@ -22,20 +22,6 @@ li { padding: 0; } -label { - display: block; - color: windowtext; - background-color: window; - margin: 0; - padding: 0; - width: 100%; -} - - label:hover { - background-color: highlight; - color: highlighttext; - } - a:visited { text-decoration: none; color: #04f; @@ -232,21 +218,21 @@ th { width: 14px; height: 15px; background-repeat: no-repeat; - background-image: url("images-intel/info.gif"); + background-image: url("images-branded/info.gif"); } .icon2 { width: 14px; height: 15px; background-repeat: no-repeat; - background-image: url("images-intel/caution.gif"); + background-image: url("images-branded/caution.gif"); } .icon3 { width: 14px; height: 15px; background-repeat: no-repeat; - background-image: url("images-intel/warning.gif"); + background-image: url("images-branded/warning.gif"); } .itemBar {