分离editor_color.css从而更方便进行配色

This commit is contained in:
ckcz123 2020-06-09 11:02:15 +08:00
parent e83eecde63
commit 62e7be6319
2 changed files with 2 additions and 1 deletions

View File

@ -180,6 +180,7 @@ div.checkboxSet {
height: 100%;
width: 100%;
border: none;
background: transparent;
}
.etableInputDiv .checkbox {

View File

@ -187,8 +187,8 @@ div.checkboxSet {
padding: 0;
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0);
border: none;
background: transparent;
}
.etableInputDiv .checkbox {