Browse Source

Fix DC view and alert

pull/23/head
Weilbyte 5 years ago
parent
commit
f261b1c8ee
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 12
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 2
      PVEDiscordDark/sass/PVEDiscordDark.sass
  4. 5
      PVEDiscordDark/sass/proxmox/_pveDc.sass
  5. 3
      PVEDiscordDark/sass/special/_proxmox.sass

12
PVEDiscordDark/sass/PVEDiscordDark.css

@ -676,6 +676,14 @@
border-color: #23272a;
}
div[id^="pveDcHealth-"][id$="-body"], div[id^="pveDcGuests-"][id$="-body"], div[id^="pveDcSummary-"][id$="-innerCt"] > div:nth-child(3) > div:nth-child(2), div[id^="pveDcSummary-"][id$="-innerCt"] > div:nth-child(5) > div:nth-child(2) > div > div {
background-color: #23272a;
}
div[id^="pveDcSummary-"][id$="-innerCt"] > div:nth-child(4) > div:nth-child(3) {
border: 1px solid #23272a;
}
#toolbar-1069-innerCt {
background: #2c2f33;
}
@ -926,6 +934,10 @@ div[id^="pveCephInstallWindow-"][id$="-innerCt"] div div div div {
background-image: url("/pve2/images/dd_mini-bottom.png") !important;
}
.pmx-hint {
color: #faa61a;
}
html {
overflow: scroll;
overflow-x: hidden;

3
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

2
PVEDiscordDark/sass/PVEDiscordDark.sass

@ -25,6 +25,8 @@
@import './x/_splitter.sass';
@import './x/_boundlist.sass';
@import './proxmox/_pveDc.sass';
@import './special/_specific.sass';
@import './special/_icons.sass';
@import './special/_proxmox.sass';

5
PVEDiscordDark/sass/proxmox/_pveDc.sass

@ -0,0 +1,5 @@
div[id^="pveDcHealth-"][id$="-body"], div[id^="pveDcGuests-"][id$="-body"], div[id^="pveDcSummary-"][id$="-innerCt"] > div:nth-child(3) > div:nth-child(2), div[id^="pveDcSummary-"][id$="-innerCt"] > div:nth-child(5) > div:nth-child(2) > div > div
background-color: #23272a
div[id^="pveDcSummary-"][id$="-innerCt"] > div:nth-child(4) > div:nth-child(3)
border: 1px solid #23272a

3
PVEDiscordDark/sass/special/_proxmox.sass

@ -12,3 +12,6 @@
.x-layout-split-bottom
background-image: url('/pve2/images/dd_mini-bottom.png') !important
.pmx-hint
color: $yellow
Loading…
Cancel
Save