8784: Fix test for latest firefox.
[arvados.git] / doc / css / badges.css
1 /* Colors
2  * Contextual variations of badges
3  * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels
4  */
5
6 .badge.badge-error {
7   background-color: #b94a48;
8 }
9
10 .badge.badge-warning {
11   background-color: #f89406;
12 }
13
14 .badge.badge-success {
15   background-color: #468847;
16 }
17
18 .badge.badge-info {
19   background-color: #3a87ad;
20 }
21
22 .badge.badge-inverse {
23   background-color: #333333;
24 }
25
26 .badge.badge-alert {
27     background: red;
28 }