添加脚本参数

This commit is contained in:
fofolee
2020-06-25 20:14:06 +08:00
parent a5610f367b
commit f365f7986b
4 changed files with 75 additions and 28 deletions

View File

@@ -335,7 +335,7 @@
#options #customize span.customscript > input {
margin-left: 5px;
width: 16%;
width: 12%;
}
#options #featureList {
@@ -391,6 +391,20 @@
width: 40%;
}
#options #customize input#scptarg{
width: 170px;
float: right;
background: white;
outline: none;
border: 2px solid #3085d6;
height: 30px;
border-radius: 4px;
padding: 2px 5px;
margin: 0px 5px;
text-align: center;
display: none
}
#options #customize input.customize:hover{
border-bottom-color: #9e9e9ec7;
transition: 0.25s;