mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Add message to the issues pane for when there are no issues
This commit is contained in:
+13
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user