change warning color

This commit is contained in:
bechi 2015-04-16 10:20:25 -03:00
commit c8f5846b5d

View file

@ -70,7 +70,7 @@ body, html{
.color-alert { .color-alert {
color: #C0392A; color: #ED4A43;
} }
.alt-currency.green { .alt-currency.green {
@ -189,7 +189,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
} }
.box-notification .box-icon.error { .box-notification .box-icon.error {
background-color: #C0392A; background-color: #ED4A43;
} }
.box-notification .box-icon.secondary { .box-notification .box-icon.secondary {
@ -464,7 +464,7 @@ input[type=number]::-webkit-outer-spin-button {
} }
.label.success {background-color: #1ABC9C;} .label.success {background-color: #1ABC9C;}
.label.alert {background-color: #C0392A;} .label.alert {background-color: #ED4A43;}
.label.gray {background-color: #4B6178;} .label.gray {background-color: #4B6178;}
.history .label { .history .label {
@ -474,7 +474,7 @@ input[type=number]::-webkit-outer-spin-button {
} }
.bg-alert { .bg-alert {
background-color: #C0392A; background-color: #ED4A43;
} }
.ellipsis { .ellipsis {
@ -659,7 +659,7 @@ button.warning:hover,
button.warning:focus, button.warning:focus,
.button.warning:hover, .button.warning:hover,
.button.warning:focus { .button.warning:focus {
background-color: #C0392A; background-color: #ED4A43;
color: #fff; color: #fff;
border-radius: 3px; border-radius: 3px;
} }
@ -786,7 +786,7 @@ label.postfix, a.postfix {
} }
.need-backup { .need-backup {
background: #C0392A; background: #ED4A43;
-moz-box-shadow: 1px 1px 0px 0px #A02F23; -moz-box-shadow: 1px 1px 0px 0px #A02F23;
box-shadow: 1px 1px 0px 0px #A02F23; box-shadow: 1px 1px 0px 0px #A02F23;
position: absolute; position: absolute;
@ -840,12 +840,12 @@ label.postfix, a.postfix {
.icon-input .fi-x { .icon-input .fi-x {
padding: .1rem .3rem; padding: .1rem .3rem;
background-color: #C0392A; background-color: #ED4A43;
border-radius: 100%; border-radius: 100%;
} }
.has-error { .has-error {
color: #C0392A; color: #ED4A43;
} }
.is-valid { .is-valid {