diff --git a/runbot_merge/static/scss/runbot_merge.scss b/runbot_merge/static/scss/runbot_merge.scss index 33d60d86..97ce8693 100644 --- a/runbot_merge/static/scss/runbot_merge.scss +++ b/runbot_merge/static/scss/runbot_merge.scss @@ -18,6 +18,9 @@ h5 { font-size: 1em; } .bg-success { background-color: #dff0d8 !important; } +.bg-unmerged { + background-color: #dcefe8 !important +} .bg-info { background-color: #d9edf7 !important; } diff --git a/runbot_merge/views/templates.xml b/runbot_merge/views/templates.xml index 68c51988..6bc65334 100644 --- a/runbot_merge/views/templates.xml +++ b/runbot_merge/views/templates.xml @@ -121,7 +121,7 @@ - bg-success + bg-success bg-unmerged bg-danger bg-info bg-gray-lighter