Make alert separator line more visible

This commit is contained in:
Łukasz Mierzwa
2017-06-07 20:21:50 -07:00
parent aeeb7b0d97
commit 4b0a9fa9e2
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ input#filter:focus {
}
.incident-group-separator {
border-bottom: 1px solid #ecf0f1;
border-bottom: 1px solid #bbb;
}
.annotation-well {

File diff suppressed because one or more lines are too long