Modify panel color

This commit is contained in:
ibuler
2016-08-17 00:22:33 +08:00
parent c14eb42186
commit 35abf16f7d
2 changed files with 16 additions and 4 deletions

View File

@@ -4571,3 +4571,15 @@ body.skin-3 {
}
.n-invalid {border: 1px solid #f00;}
.primary-panel {
border-color: #1ab394;
border-style: solid;
border-width: 1px
}
.info-panel {
border-color: #23c6c8;
border-style: solid;
border-width: 1px
}