Просмотр исходного кода

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

tags/v0.3.1
Big Bad Waffle 5 лет назад
Родитель
Сommit
c8dd2a06e0
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;
}
}
}

Загрузка…
Отмена
Сохранить