瀏覽代碼

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 {


Loading…
取消
儲存