Browse Source

Add borders around DC/Node/QEMU/LXC/Storage panels (fixes #37)

pull/46/head 2020.10.12
Weilbyte 4 years ago
parent
commit
26383556ed
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/PVEDiscordDark.sass
  3. 3
      PVEDiscordDark/sass/_vars.sass
  4. 15
      PVEDiscordDark/sass/special/_borders.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/PVEDiscordDark.sass

@ -32,7 +32,8 @@
@import './special/_specific.sass'; @import './special/_specific.sass';
@import './special/_icons.sass'; @import './special/_icons.sass';
@import './special/_proxmox.sass'; @import './special/_proxmox.sass';
@import './special/_borders.sass';
html html
overflow: scroll overflow: scroll
overflow-x: hidden overflow-x: hidden

3
PVEDiscordDark/sass/_vars.sass

@ -1,4 +1,5 @@
$blurple: #7289da $blurple: #7289da
$green: #43b581 $green: #43b581
$yellow: #faa61a $yellow: #faa61a
$red: #ba2b2d $red: #ba2b2d
$darker: #23272a

15
PVEDiscordDark/sass/special/_borders.sass

@ -0,0 +1,15 @@
div[id^="PVE-lxc-Config-"]:not([id$="-body"]) > div:nth-child(1),
div[id^="PVE-qemu-Config-"]:not([id$="-body"]) > div:nth-child(1),
div[id^="PVE-node-Config-"]:not([id$="-body"]) > div:nth-child(1),
div[id^="PVE-dc-Config-"]:not([id$="-body"]) > div:nth-child(1),
div[id^="PVE-storage-Browser"]:not([id$="-body"]) > div:nth-child(1)
border-bottom: 3px solid $darker !important
div[id^="PVE-node-Config-"][id$="-body"],
div[id^="PVE-dc-Config-"][id$="-body"],
div[id^="PVE-qemu-Config-"][id$="-body"],
div[id^="PVE-lxc-Config-"][id$="-body"],
div[id^="PVE-storage-Browser"][id$="-body"]
border-left: 3px solid $darker !important
Loading…
Cancel
Save