Regenerated bootstrap files.

- Legacy-Id: 10599
This commit is contained in:
Henrik Levkowetz 2015-12-15 19:41:35 +00:00
parent 668e88a3aa
commit bc3ea0d484
8 changed files with 36 additions and 6 deletions

View file

@ -130,6 +130,21 @@ fieldset[disabled] .btn-pass.focus {
.position-norecord-row { .position-norecord-row {
background-color: inherit; background-color: inherit;
} }
/* like label-success */
#timeline .bar:nth-child(odd) rect {
fill: #78b53a;
}
/* like label-primary */
#timeline .bar:nth-child(even) rect {
fill: #54478e;
}
/* like label-warning */
#timeline .gradient.left {
stop-color: #f69f74;
}
#timeline .gradient.right {
stop-color: white;
}
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -130,6 +130,21 @@ fieldset[disabled] .btn-pass.focus {
.position-norecord-row { .position-norecord-row {
background-color: inherit; background-color: inherit;
} }
/* like label-success */
#timeline .bar:nth-child(odd) rect {
fill: #78b53a;
}
/* like label-primary */
#timeline .bar:nth-child(even) rect {
fill: #54478e;
}
/* like label-warning */
#timeline .gradient.left {
stop-color: #f69f74;
}
#timeline .gradient.right {
stop-color: white;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { html {
font-family: sans-serif; font-family: sans-serif;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long