Added a couple of new classes for checker symbols, based on our brand colours.
- Legacy-Id: 10991
This commit is contained in:
parent
3cdff01277
commit
033cfc15f0
|
@ -153,6 +153,12 @@ fieldset[disabled] .btn-pass.focus {
|
|||
#timeline .gradient.right {
|
||||
stop-color: white;
|
||||
}
|
||||
.checker-warning {
|
||||
color: #ff5805;
|
||||
}
|
||||
.checker-success {
|
||||
color: #5ebc00;
|
||||
}
|
||||
.btn-default,
|
||||
.btn-primary,
|
||||
.btn-success,
|
||||
|
|
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -153,6 +153,12 @@ fieldset[disabled] .btn-pass.focus {
|
|||
#timeline .gradient.right {
|
||||
stop-color: white;
|
||||
}
|
||||
.checker-warning {
|
||||
color: #ff5805;
|
||||
}
|
||||
.checker-success {
|
||||
color: #5ebc00;
|
||||
}
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
|
|
2
bootstrap/dist/css/bootstrap.css.map
vendored
2
bootstrap/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap.min.css
vendored
2
bootstrap/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap.min.css.map
vendored
2
bootstrap/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
4
bootstrap/dist/js/bootstrap.min.js
vendored
4
bootstrap/dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -157,6 +157,10 @@
|
|||
#timeline .gradient.right { stop-color: white; }
|
||||
|
||||
|
||||
// for the submission checkers
|
||||
.checker-warning { color: darken(saturate(@brand-warning, 20%), 20%); }
|
||||
.checker-success { color: darken(saturate(@brand-success, 20%), 10%); }
|
||||
|
||||
// XXX This change from before is not currently being applied, not sure how
|
||||
// critical this is:
|
||||
//--- /Users/lars/Downloads/bootstrap-3.3.5/less/mixins/forms.less 2015-06-16 10:13:22.000000000 +0200
|
||||
|
|
Loading…
Reference in a new issue