Browse Source

changes from djraw (#142)

next
Weilbyte 2 years ago
parent
commit
d63f334201
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 1
      PVEDiscordDark/sass/_vars.sass
  3. 10
      PVEDiscordDark/sass/special/_icons.sass
  4. 8
      PVEDiscordDark/sass/x/_tree.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

1
PVEDiscordDark/sass/_vars.sass

@ -5,4 +5,5 @@ $red: #ba2b2d
$redlight: #d23d3f
$dark: #2C2F33
$darker: #23272a
$lightGray: #666
$light: #4A4D53

10
PVEDiscordDark/sass/special/_icons.sass

@ -84,18 +84,26 @@
.fa-fw.x-grid-icon-custom.fa
&.fa-database
color: $lightGray
&.available
color: $blurple
&.fa-desktop
color: $blurple
&.stopped
color: $lightGray
&.fa-cube
color: $blurple
&.stopped
color: $lightGray
&.fa-file-o
&:before
color: rgba($blurple, 0.6)
&:after
color: $blurple
color: $lightGray
background: transparent
text-shadow: none
&.fa-tags
color: $lightGray
.lxc:after
background: transparent !important

8
PVEDiscordDark/sass/x/_tree.sass

@ -31,25 +31,29 @@
color: $blurple !important
&.x-tree-icon-leaf.fa
&.fa-cube
color: $blurple !important
color: $lightGray !important
&.running
color: $blurple !important
&.fa-fw.fa-unlock
color: white
&.fa-desktop
color: $blurple !important
&.stopped
color: $lightGray !important
&.fa-database
color: $blurple !important
&.fa-file-o
&:before
color: rgba($blurple, 0.6)
&:after
color: $blurple
color: $lightGray
background: transparent
text-shadow: none
&.fa-building.online
&:before
color: $blurple
&.fa-tags
color: $lightGray !important
&.lock-migrate:after
color: $yellow

Loading…
Cancel
Save