Skip to content

Commit

Permalink
Update _icons.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 aeb9599 commit d6870a6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions PVEDiscordDark/sass/special/_icons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
height: 16px
top: 50%
// content: url('/pve2/images/dd_icon-cd.png')
.pve-itype-icon-network
background-image: url('/pve2/images/dd_icon-network.png')

Expand Down Expand Up @@ -84,18 +83,26 @@

.fa-fw.x-grid-icon-custom.fa
&.fa-database
color: $blurple
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
Expand All @@ -114,4 +121,4 @@
background-image: url('/pve2/images/dd_icon-sdn.svg')

.fa-th:before, .fa-crosshairs:before
color: white
color: white

0 comments on commit d6870a6

Please sign in to comment.