Browse Source

清空搜索时也清空type上杀的显示

tags/v8.0
枫谷剑仙 5 years ago
parent
commit
64e6da93e9
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      script.js
  2. +2
    -2
      style.css

+ 1
- 0
script.js View File

@@ -1037,6 +1037,7 @@ function initialize() {
s_types.forEach(t => {
t.checked = false;
});
s_typeAndOr.onchange();
s_awokensCounts.forEach(t => {
t.value = 0;
});


+ 2
- 2
style.css View File

@@ -1344,11 +1344,11 @@ ul{
.row-mon-level .monster-cost
{
background-color: #2F2B28;
border: solid 4px #563E22;
border: solid 3px #563E22;
border-radius: 12px;
padding: 0 5px;
font-size: 0.8em;
box-shadow: inset 0 4px 4px black;
box-shadow: inset 0 3px 3px black;
}
.row-mon-plus .plus-box{
border-color: #A07740;


Loading…
Cancel
Save