Merge pull request #115 from cloudflare/css-tweaks

Make alert separator line more visible
This commit is contained in:
Łukasz Mierzwa
2017-06-08 12:50:57 -07:00
committed by GitHub
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