Преглед изворни кода

Available upgrades get a green border

tags/v0.1.0
Fen Dweller пре 5 година
родитељ
комит
28235c0776
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 измењених фајлова са 8 додато и 4 уклоњено
  1. +8
    -4
      gorge.css

+ 8
- 4
gorge.css Прегледај датотеку

@@ -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…
Откажи
Сачувај