1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 13:57:53 +08:00

Add: Able to create new config in GUI

This commit is contained in:
18870
2021-10-24 16:54:07 +08:00
parent 5df441f5d1
commit 25777093c3
9 changed files with 109 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ footer {
margin-bottom: .25rem !important;
}
input[type="text"], select {
input[type="text"]{
border-radius: initial !important;
border: unset !important;
border-bottom: 1px solid darkblue !important;
@@ -126,6 +126,15 @@ input[type="text"], select {
height: auto !important;
}
select {
border-radius: initial !important;
border: unset !important;
border-bottom: 1px solid darkblue !important;
padding: 0 .25rem 0 !important;
margin-top: .125rem;
height: auto !important;
}
input[type="text"]:not([readonly="readonly"]):focus, select:focus {
box-shadow: 0px 1px 0px darkblue !important;
}
@@ -202,6 +211,7 @@ textarea {
padding-top: .75rem;
overflow-y: auto;
min-width: 12rem;
max-width: 16rem;
}
*[style*="container-content"] {
@@ -310,7 +320,6 @@ textarea {
font-size: 1rem;
margin: 0 .25rem 0 .25rem !important;
overflow-wrap: break-word;
word-break: break-all;
}
*[style*="arg-help"] {
@@ -318,7 +327,6 @@ textarea {
color: #777777;
margin: 0 .25rem 0 .25rem !important;
overflow-wrap: break-word;
word-break: break-all;
}
*[style*="input-input"] {

1
assets/gui/icon/add.svg Normal file
View File

@@ -0,0 +1 @@
<svg class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="2rem" height="2rem"><path d="M544 160v320h320v64H544v320h-64V544H160v-64h320V160h64z" fill="#000000"></path></svg>

After

Width:  |  Height:  |  Size: 212 B