Browse Source

Make every refresh button NOT orange

pull/23/head
Weilbyte 5 years ago
parent
commit
e505b1acb4
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 2
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 2
      PVEDiscordDark/sass/special/_icons.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

@ -857,7 +857,7 @@ div[id^="panel-"][id$="-body"] {
color: #ba2b2d;
}
.fa-refresh:before {
div[id^="menuitem-"][id$="-iconEl"]:before {
color: #faa61a;
}

2
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

2
PVEDiscordDark/sass/special/_icons.sass

@ -58,7 +58,7 @@
.fa-sign-out:before
color: $red
.fa-refresh:before
div[id^="menuitem-"][id$="-iconEl"]:before
color: $yellow
.fa-language:before

Loading…
Cancel
Save