新增通过uTools呼出前的窗口匹配的模式

This commit is contained in:
fofolee 2020-04-10 03:03:29 +08:00
parent 3588abc85e
commit 85f206ad00

View File

@ -143,7 +143,6 @@
#options table td { #options table td {
border-collapse: collapse; border-collapse: collapse;
padding: 3px; padding: 3px;
word-break: break-all;
} }
#options table tr:nth-child(odd) { #options table tr:nth-child(odd) {
@ -164,7 +163,22 @@
line-height: 22px; line-height: 22px;
padding: 0 10px; padding: 0 10px;
background-color: #f3f3f3; background-color: #f3f3f3;
margin-right: 5px margin-right: 5px;
}
#options div.cmds {
width: 260px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#options .keyword.re {
color: rgb(105, 40, 97);
}
#options .keyword.win {
color: rgb(48, 21, 122);
} }
#options .logo { #options .logo {
@ -183,7 +197,7 @@
cursor: pointer; cursor: pointer;
} }
#options .footBtn.danger{ #options .footBtn.danger {
float: left; float: left;
/* right: 5px; /* right: 5px;
bottom: 2px; */ bottom: 2px; */
@ -220,7 +234,7 @@
margin-right: 10px; margin-right: 10px;
} }
#options span.Btn{ #options span.Btn {
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
} }
@ -249,7 +263,9 @@
color: #bd3523; color: #bd3523;
} }
#options #customize input#custombin, #options #customize input#customarg, #options #customize input#customext { #options #customize input#custombin,
#options #customize input#customarg,
#options #customize input#customext {
margin-left: 5px; margin-left: 5px;
width: 200px; width: 200px;
} }
@ -292,6 +308,10 @@
margin-left: 15px margin-left: 15px
} }
#options #customize input#rule {
width: 40%;
}
#options #customize input:hover { #options #customize input:hover {
border-bottom-color: #9e9e9ec7; border-bottom-color: #9e9e9ec7;
transition: 0.25s; transition: 0.25s;
@ -368,6 +388,10 @@ input::-webkit-input-placeholder {
color: black; color: black;
} }
#options #customize select option.var {
display: none;
color: rgb(129, 76, 226);
}
#options #customize input#iconame { #options #customize input#iconame {
width: 35%; width: 35%;