Skip to content

Commit 4b8ff3c

Browse files
jsstevensonerik-whitingAnita Caron
authored
feat: dashboard status indicator (#2555)
--------- Co-authored-by: Erik Whiting <erik@erikwhiting.com> Co-authored-by: Anita Caron <anitac@ebi.ac.uk>
1 parent c0e5def commit 4b8ff3c

3 files changed

Lines changed: 277 additions & 168 deletions

File tree

assets/css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ in the navigation menu
2222
.navbar a:hover {
2323
text-decoration: none;
2424
}
25+
26+
/*
27+
Slightly darken failing ontologies
28+
*/
29+
30+
.failing {
31+
background-color: lightgray;
32+
}
33+
34+
.dash-status {
35+
margin-bottom: 3px;
36+
}

0 commit comments

Comments
 (0)