Skip to content

Commit

Permalink
UI Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Nov 16, 2020
1 parent 43c4961 commit 10ab146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13401,6 +13401,8 @@ <h4 style="width:100%;border-bottom:1px solid gray">Software KVM</h4>
window['go'] = go;
window['QV'] = QV;
window['numbersOnly'] = numbersOnly;
window['syncClock'] = syncClock;
window['showLinkPolicyDlg'] = showLinkPolicyDlg;
// ###BEGIN###{PowerControl}
window['showPowerActionDlg'] = showPowerActionDlg;
// ###BEGIN###{PowerControl-Advanced}
Expand Down
20 changes: 3 additions & 17 deletions styles-branded.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 10ab146

Please sign in to comment.