From a4b8d7f88a735a7eeb88a85ed8ea1288540d0b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 8 Jan 2020 20:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BD=93=E5=89=8D=E6=80=AA?= =?UTF-8?q?=E7=89=A9=E7=9A=84=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2f288ed4..862f6d1c 100644 --- a/style.css +++ b/style.css @@ -429,7 +429,15 @@ ul{ .edit-box .search-box .unable-monster{ pointer-events: none; opacity: 0.5; - filter: grayscale(100%); +} +.edit-box .search-box .unable-monster .monster{ + box-sizing: border-box; + border: 5px solid red; + border-radius: 10px; + overflow: hidden; +} +.edit-box .search-box .unable-monster .id{ + display: none; } .edit-box .search-box .search-button{ width: 100%; @@ -441,6 +449,8 @@ ul{ } .edit-box .search-box .evo-card-list li{ display: inline-block; + vertical-align: top; + top: 0; width: 75px; height: 75px; }