Make sure the 'cancel' option for builds in progress looks like all
other clickable elements in the build notification alerts.

Signed-off-by: Belen Barros Pena <[email protected]>
---
 bitbake/lib/toaster/toastergui/templates/mrb_section.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html 
b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
index b1252a1..fd4da64 100644
--- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html
+++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
@@ -149,7 +149,7 @@
     {% if build.project.is_default %}
     <span class="glyphicon glyphicon-question-sign get-help get-help-blue 
pull-right" title="Builds in this project cannot be cancelled from Toaster: 
they can only be cancelled from the command line"></span>
     {% else %}
-      <a href="#" class="cancel-build-btn pull-right"
+      <a href="#" class="cancel-build-btn pull-right alert-link"
           data-buildrequest-id={{build.buildrequest.pk}}
           data-request-url="{% url 'xhr_buildrequest' build.project.pk %}" >
         <span class="glyphicon glyphicon-remove-circle"></span>
-- 
1.9.1

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to