支持更新折叠警告

This commit is contained in:
2020-09-08 17:46:27 +08:00
parent 56c475c779
commit a5e3b74843
3 changed files with 76 additions and 3 deletions

View File

@@ -263,6 +263,26 @@
padding: 0 .25em;
}
.box-header-cw-edit {
display: inline-block;
background-color: #00c;
border-radius: 5px;
padding: 3px;
margin:0 3px;
}
.box-header-cw-edit input {
font-size: .8em;
width: 8em;
padding: 0 3px;
}
.box-header-cw-edit button {
font-size: .8em;
margin: 0 3px;
background: white;
}
.box-header-name {
color: white;
background-color: #3338;