From ec13ca4486fbb3b32d7d1b0fca6d5c5a2f24a5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 8 Aug 2024 22:36:02 +0800 Subject: [PATCH] =?UTF-8?q?css=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index ab5eb502..7dae4bd5 100644 --- a/style.css +++ b/style.css @@ -354,8 +354,9 @@ input[type="checkbox"].switch-ipt+label::after{ vertical-align: middle; } input[type="checkbox"].switch-ipt+label::before{ - vertical-align: middle; content: ""; + + vertical-align: middle; display: inline-block; width: 2em; height: 1.1em; @@ -1761,20 +1762,18 @@ label[for="search-string"] { content: "\f061"; font-family: var(--icon-font-family); } -.edit-box .setting-box .row-mon-id .unable-monster{ +.setting-box .row-mon-id .unable-monster{ pointer-events: none; - opacity: 0.5; -} -.edit-box .setting-box .row-mon-id .unable-monster .monster{ box-sizing: border-box; - outline: 5px solid red; - border-radius: 10px; + border-radius: 5px; + outline: 5px ridge yellowgreen; overflow: hidden; + transform: scale(0.9); } -.edit-box .setting-box .row-mon-id .unable-monster .id{ - display: none; +.setting-box .row-mon-id .unable-monster .monster{ + filter: brightness(0.5); } -.edit-box .setting-box .row-mon-id .search-button{ +.setting-box .row-mon-id .search-button{ width: 100%; height: 40px; font-size: 25px;