11365: "lock" collection to prevent user from deleting / renaming files until user...
[arvados.git] / apps / workbench / app / assets / stylesheets / badges.css.scss
index b3d3da309cd51eae50514f56f80a6b1cec595b25..82c4ab0e02e850be35868897168e0b7e615df567 100644 (file)
@@ -3,18 +3,26 @@
  * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels
  */
 
-.badge-error {
+.badge.badge-error {
   background-color: #b94a48;
 }
-.badge-warning {
+
+.badge.badge-warning {
   background-color: #f89406;
 }
-.badge-success {
+
+.badge.badge-success {
   background-color: #468847;
 }
-.badge-info {
+
+.badge.badge-info {
   background-color: #3a87ad;
 }
-.badge-inverse {
+
+.badge.badge-inverse {
   background-color: #333333;
 }
+
+.badge.badge-alert {
+    background: red;
+}