colors
This commit is contained in:
parent
0171c6b765
commit
e2a0f33243
|
@ -2128,7 +2128,7 @@ pre code {
|
|||
.form-control:focus {
|
||||
color: #495057;
|
||||
background-color: #fff;
|
||||
border-color: #a1d6f4;
|
||||
border-color: #ffaacc;
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
@ -3763,13 +3763,13 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||
border-color:#a1d6f4
|
||||
border-color:#ffdddd;
|
||||
}
|
||||
|
||||
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
||||
color: #fff;
|
||||
background-color: #cfeaf9;
|
||||
border-color:#cfeaf9
|
||||
color: #e63a46;
|
||||
background-color: #ffdddd;
|
||||
border-color:#ffdddd
|
||||
}
|
||||
|
||||
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
|
||||
|
@ -3905,7 +3905,7 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
}
|
||||
|
||||
.custom-select:focus {
|
||||
border-color: #a1d6f4;
|
||||
border-color: #e63a46;
|
||||
outline: 0;
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
@ -3970,7 +3970,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;
|
||||
border-color: #e63a46;
|
||||
box-shadow:0 0 0 .2rem rgba(230, 58, 70, .25)
|
||||
}
|
||||
|
||||
|
@ -4212,7 +4212,8 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
|
|||
|
||||
|
||||
.nav-link:focus, .nav-link:hover {
|
||||
text-decoration:none
|
||||
text-decoration:none;
|
||||
color: #e63a46 !important;
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
|
|
Loading…
Reference in New Issue