mirror of
https://github.com/Ylianst/MeshCommander
synced 2025-12-06 06:03:20 +00:00
UI Fixes.
This commit is contained in:
@@ -13401,6 +13401,8 @@
|
|||||||
window['go'] = go;
|
window['go'] = go;
|
||||||
window['QV'] = QV;
|
window['QV'] = QV;
|
||||||
window['numbersOnly'] = numbersOnly;
|
window['numbersOnly'] = numbersOnly;
|
||||||
|
window['syncClock'] = syncClock;
|
||||||
|
window['showLinkPolicyDlg'] = showLinkPolicyDlg;
|
||||||
// ###BEGIN###{PowerControl}
|
// ###BEGIN###{PowerControl}
|
||||||
window['showPowerActionDlg'] = showPowerActionDlg;
|
window['showPowerActionDlg'] = showPowerActionDlg;
|
||||||
// ###BEGIN###{PowerControl-Advanced}
|
// ###BEGIN###{PowerControl-Advanced}
|
||||||
|
|||||||
@@ -22,20 +22,6 @@ li {
|
|||||||
padding: 0;
|
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 {
|
a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #04f;
|
color: #04f;
|
||||||
@@ -232,21 +218,21 @@ th {
|
|||||||
width: 14px;
|
width: 14px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url("images-intel/info.gif");
|
background-image: url("images-branded/info.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon2 {
|
.icon2 {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url("images-intel/caution.gif");
|
background-image: url("images-branded/caution.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon3 {
|
.icon3 {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url("images-intel/warning.gif");
|
background-image: url("images-branded/warning.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemBar {
|
.itemBar {
|
||||||
|
|||||||
Reference in New Issue
Block a user