Use yellow for warning dot in tables

pull/10616/head
Alex P 2017-05-08 15:04:48 -07:00
parent 6e3a2f7a3a
commit 982ab41be6
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ table .monotype {
background-color: $c-pool;
}
&.dot-warning {
background-color: $c-comet;
background-color: $c-pineapple;
}
&.dot-danger {
background-color: $c-dreamsicle;