소스 검색

Make unavailable upgrades more obviously unavailable

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
e5d8126c8c
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. +7
    -3
      gorge.css

+ 7
- 3
gorge.css 파일 보기

@@ -354,7 +354,7 @@ button {
width: 80px;
height: 80px;
display: block;
background-color: #444;
background-color: #333;
transition: 0.2s;
text-align: center;
box-shadow: inset 0px 0px 0px 2px black;
@@ -370,6 +370,10 @@ button {
transform: translate(0, 10px);
}

.upgrade-button-inactive > .upgrade-icon-holder {
opacity: 0.6;
}

[class^="fa-"], [class*=" fa-"] {
display: inline-block;
height: 100%;
@@ -388,11 +392,11 @@ button {
}

.upgrade-button.upgrade-button-inactive {
background-color: #222;
background-color: #111;
}

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



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