Browse Source

Fade out upgrade icons that are not available

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
faf1cdd13b
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      gorge.css

+ 4
- 0
gorge.css View File

@@ -338,6 +338,10 @@ button {
color: #999 !important;
}

.upgrade-button-inactive .fas {
opacity: 0.3;
}

.upgrade-button-name {
pointer-events: none;
position: relative;


Loading…
Cancel
Save