Browse Source

Fix cards for VM/CT/Strg, remove alternating colors from some stuff, and change background color of QR Code

pull/23/head
Weilbyte 4 years ago
parent
commit
777f40e557
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 2
      PVEDiscordDark/js/PVEDiscordDark.js
  2. 6
      PVEDiscordDark/sass/PVEDiscordDark.css
  3. 2
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  4. 3
      PVEDiscordDark/sass/special/_specific.sass
  5. 2
      PVEDiscordDark/sass/x/_component.sass

2
PVEDiscordDark/js/PVEDiscordDark.js

@ -6,7 +6,7 @@ Proxmox.panel.GaugeWidget.prototype.items[1].series[0].colors[0] = '#2C2F33';
PVE.window.BackupConfig.prototype.items.style['background-color'] = '#23272a';
PVE.DiskSmartWindow.prototype.items[1].style['background-color'] = '#23272a';
PVE.window.TFAEdit.prototype.items[0].items[0].items[1].style["background-color"] = '#23272a';
PVE.window.TFAEdit.prototype.items[0].items[0].items[1].style["background-color"] = 'transparent';
PVE.node.Summary.prototype.showVersions = function() {

6
PVEDiscordDark/sass/PVEDiscordDark.css

@ -606,7 +606,7 @@
}
.x-component.x-box-item.x-component-default {
background-color: #2c2f33;
background-color: transparent;
}
.x-component.x-fieldset-header-text.x-component-default {
@ -777,10 +777,6 @@ img[src^="/pve2/images/proxmox_logo"] {
border-color: red;
}
div[id^="panel-"][id$="-body"] {
background: #23272a;
}
a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-refresh"]:before {
color: #faa61a;
}

2
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/special/_specific.sass

@ -82,9 +82,6 @@ img[src^="/pve2/images/proxmox_logo"]
background: #23272a
border-color: red
div[id^="panel-"][id$="-body"]
background: #23272a
a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-refresh"]:before
color: $yellow

2
PVEDiscordDark/sass/x/_component.sass

@ -1,6 +1,6 @@
.x-component
color: #fff
&.x-box-item.x-component-default
background-color: #2c2f33
background-color: transparent
&.x-fieldset-header-text.x-component-default
color: #fff
Loading…
Cancel
Save