colors
This commit is contained in:
parent
428bdae5b3
commit
9d14c653c4
|
@ -2130,7 +2130,7 @@ pre code {
|
|||
background-color: #fff;
|
||||
border-color: #a1d6f4;
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder {
|
||||
|
@ -2616,7 +2616,7 @@ textarea.form-control {
|
|||
|
||||
.btn.focus, .btn:focus {
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.btn.disabled, .btn:disabled {
|
||||
|
@ -2639,15 +2639,15 @@ a.btn.disabled, fieldset:disabled a.btn {
|
|||
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #1992d7;
|
||||
border-color:#178acc
|
||||
background-color: #a41822;
|
||||
border-color:#a41822
|
||||
}
|
||||
|
||||
.btn-primary.focus, .btn-primary:focus {
|
||||
color: #fff;
|
||||
background-color: #1992d7;
|
||||
border-color: #178acc;
|
||||
box-shadow:0 0 0 .2rem rgba(78, 178, 235, .5)
|
||||
background-color: #a41822;
|
||||
border-color: #a41822;
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
|
@ -2658,12 +2658,12 @@ a.btn.disabled, fieldset:disabled a.btn {
|
|||
|
||||
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #178acc;
|
||||
border-color:#1682c0
|
||||
background-color: #a41822;
|
||||
border-color:#a41822
|
||||
}
|
||||
|
||||
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
|
||||
box-shadow:0 0 0 .2rem rgba(78, 178, 235, .5)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
|
@ -2923,7 +2923,7 @@ a.btn.disabled, fieldset:disabled a.btn {
|
|||
}
|
||||
|
||||
.btn-outline-primary.focus, .btn-outline-primary:focus {
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .5)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||
|
@ -2938,7 +2938,7 @@ a.btn.disabled, fieldset:disabled a.btn {
|
|||
}
|
||||
|
||||
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .5)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
|
@ -3759,7 +3759,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-control-input:focus ~ .custom-control-label::before {
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||
|
@ -3828,11 +3828,11 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
||||
background-color:rgba(47, 164, 231, .5)
|
||||
background-color:rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
||||
background-color:rgba(47, 164, 231, .5)
|
||||
background-color:rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.custom-radio .custom-control-label::before {
|
||||
|
@ -3844,7 +3844,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
||||
background-color:rgba(47, 164, 231, .5)
|
||||
background-color:rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.custom-switch {
|
||||
|
@ -3883,7 +3883,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
||||
background-color:rgba(47, 164, 231, .5)
|
||||
background-color:rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
|
@ -3907,7 +3907,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
.custom-select:focus {
|
||||
border-color: #a1d6f4;
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.custom-select:focus::-ms-value {
|
||||
|
@ -3971,7 +3971,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
|
||||
.custom-file-input:focus ~ .custom-file-label {
|
||||
border-color: #a1d6f4;
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
|
||||
|
@ -4035,15 +4035,15 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-range:focus::-webkit-slider-thumb {
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.custom-range:focus::-moz-range-thumb {
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.custom-range:focus::-ms-thumb {
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.custom-range::-moz-focus-outer {
|
||||
|
@ -5031,7 +5031,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
.page-link:focus {
|
||||
z-index: 3;
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .25)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
.page-item:first-child .page-link {
|
||||
|
@ -5137,12 +5137,12 @@ a.badge:focus, a.badge:hover {
|
|||
|
||||
a.badge-primary:focus, a.badge-primary:hover {
|
||||
color: #fff;
|
||||
background-color:#178acc
|
||||
background-color:#a41822
|
||||
}
|
||||
|
||||
a.badge-primary.focus, a.badge-primary:focus {
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(47, 164, 231, .5)
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .5)
|
||||
}
|
||||
|
||||
.badge-secondary {
|
||||
|
@ -6738,7 +6738,7 @@ a.close.disabled {
|
|||
}
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
|
||||
background-color:#178acc !important
|
||||
background-color:#a41822 !important
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
|
|
Loading…
Reference in New Issue