ソースを参照

fixes #1336

tags/v0.4.3^2
Shaun Kichenbrand 4年前
コミット
6fbe50b5f8
1個のファイルの変更4行の追加3行の削除
  1. +4
    -3
      src/client/ui/templates/spells/styles.less

+ 4
- 3
src/client/ui/templates/spells/styles.less ファイルの表示

@@ -81,8 +81,9 @@

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

.hotkey {
display: none;
@@ -90,9 +91,9 @@

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


読み込み中…
キャンセル
保存