css小调整

This commit is contained in:
枫谷剑仙 2024-08-08 22:36:02 +08:00
parent 1f80d5fea7
commit ec13ca4486
1 changed files with 9 additions and 10 deletions

View File

@ -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;