소스 검색

resized onscreen kb keys and added auto attack active style for #871

tags/v0.3.1
Big Bad Waffle 5 년 전
부모
커밋
959ed8bd47
2개의 변경된 파일16개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      src/client/ui/templates/messages/styles.less
  2. +11
    -0
      src/client/ui/templates/spells/styles.less

+ 5
- 5
src/client/ui/templates/messages/styles.less 파일 보기

@@ -234,17 +234,17 @@
background-color: @blackC;
justify-content: center;
align-items: center;
height: 258px;
height: 292px;

.key {
flex: 1;
background-color: @blackA;
color: @white;
padding: 6px 10px;
padding: 8px 10px;
text-align: center;
border-top: 4px solid @blackC;
border-left: 2px solid @blackC;
border-right: 2px solid @blackC;
border-top: 2px solid #373041;
border-left: 1px solid #373041;
border-right: 1px solid #373041;

&.special {
color: @orange;


+ 11
- 0
src/client/ui/templates/spells/styles.less 파일 보기

@@ -77,11 +77,22 @@


.spell {
position: relative;
margin: 8px 0px 0px 0px;
background-color: fade(#3a3b4a, 90%);

.hotkey {
display: none;
}

&.active:before {
content: '';
width: 4px;
height: 100%;
left: -4px;
top: 0%;
background-color: @greenB;
position: absolute;
}
}
}

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