소스 검색

Available upgrades get a green border

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
28235c0776
No known key found for this signature in database 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 {


불러오는 중...
취소
저장