Browse Source

Update PVEDiscordDark.js

pull/157/head
Luckyvb 4 years ago
committed by GitHub
parent
commit
c3ab832672
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      PVEDiscordDark/js/PVEDiscordDark.js

4
PVEDiscordDark/js/PVEDiscordDark.js

@ -37,7 +37,7 @@ function patchGaugeWidget() {
};
function patchBackupConfig() {
PVE.window.BackupConfig.prototype.items.style['background-color'] = '#23272a';
//PVE.window.BackupConfig.prototype.items.style['background-color'] = '#23272a';
};
function patchDiskSmartWindow() {
@ -46,7 +46,7 @@ function patchDiskSmartWindow() {
}
function patchTFAEdit() {
PVE.window.TFAEdit.prototype.items[0].items[0].items[1].style["background-color"] = 'transparent';
//PVE.window.TFAEdit.prototype.items[0].items[0].items[1].style["background-color"] = 'transparent';
}
function patchCreateWidget() {

Loading…
Cancel
Save