Browse Source

Inherit color for tree list menu icons (fix #56)

pull/58/head
Weilbyte 4 years ago
parent
commit
712bc8a142
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/special/_icons.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/special/_icons.sass

@ -49,6 +49,9 @@
.fa-cloud:before .fa-cloud:before
color: white color: white
.x-treelist-item-icon.fa:before
color: inherit
.fa-volume-up:before .fa-volume-up:before
color: white color: white

Loading…
Cancel
Save