Skip to content

Commit

Permalink
Update _tree.sass
Browse files Browse the repository at this point in the history
Inclued Changes from djraw
  • Loading branch information
craeckor authored Oct 19, 2022
1 parent d6870a6 commit 171e4f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions PVEDiscordDark/sass/x/_tree.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 171e4f1

Please sign in to comment.