Add message to the issues pane for when there are no issues

This commit is contained in:
Quincy Morgan
2019-02-04 12:06:25 -05:00
parent 872cfe045e
commit 190fc4f434
4 changed files with 45 additions and 19 deletions
+13 -1
View File
@@ -2967,7 +2967,7 @@ div.full-screen > button:hover {
color: #DD1400
}
/* Issues Pane List */
/* Issues Pane */
.issues-list label {
padding: 5px;
@@ -2982,6 +2982,18 @@ div.full-screen > button:hover {
position: static;
}
.issues-none {
border-radius: 4px;
border: 1px solid #72D979;
background: #C6FFCA;
padding: 5px !important;
display: flex;
margin-top: 5px;
}
.issues-none .icon {
color: #05AC10;
}
/* Entity Issues List */
.entity-issues {