Browse Source

Available upgrades get a green border

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

+ 8
- 4
gorge.css View File

@@ -354,12 +354,16 @@ button {

.upgrade-button:hover {
background-color: #666;
box-shadow: inset 0px 0px 0px 2px red;
box-shadow: inset 0px 0px 0px 2px green;
}

.upgrade-button-inactive {
background-color: #222 !important;
color: #999 !important;
.upgrade-button.upgrade-button-inactive {
background-color: #222;
}

.upgrade-button.upgrade-button-inactive:hover {
background-color: #333;
box-shadow: inset 0px 0px 0px 2px red;
}

.upgrade-button-inactive .fas {


Loading…
Cancel
Save