mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-25 12:29:37 +08:00
添加脚本参数
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user