ソースを参照

Add glow around non-selected entities

tags/v0.0.1
Fen Dweller 5年前
コミット
06c1c8b0f6
1個のファイルの変更6行の追加2行の削除
  1. +6
    -2
      macrovision.css

+ 6
- 2
macrovision.css ファイルの表示

@@ -51,8 +51,12 @@ body {
pointer-events: none
}

.selected {
filter: drop-shadow(0px 0px 15px gold);
.entity-box.selected > img {
filter: drop-shadow(0px 0px 5px gold);
}

.entity-box:not(.selected) > img{
filter: drop-shadow(0px 0px 2px white);
}

#main-area {


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