ソースを参照

Available upgrades get a green border

tags/v0.1.0
Fen Dweller 5年前
コミット
28235c0776
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 {


読み込み中…
キャンセル
保存