2020-12-29 14:39:47 +01:00
|
|
|
/* Commons */
|
|
|
|
a {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Remove Focus glow */
|
|
|
|
.btn:focus,
|
2021-01-01 23:13:01 +01:00
|
|
|
.form-control:focus,
|
|
|
|
.form-select:focus {
|
2021-01-12 21:46:42 +01:00
|
|
|
outline: none !important;
|
|
|
|
box-shadow: none !important;
|
2020-12-29 14:39:47 +01:00
|
|
|
}
|
2021-01-01 23:13:01 +01:00
|
|
|
|
2021-01-12 21:46:42 +01:00
|
|
|
.form-control:focus,
|
|
|
|
.form-select:focus {
|
|
|
|
border-color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-01-01 23:13:01 +01:00
|
|
|
/* Icons */
|
|
|
|
.bi {
|
|
|
|
margin-right: .5rem!important;
|
2021-01-12 21:46:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Buttons */
|
|
|
|
.btn-primary-disabled {
|
|
|
|
background-color: #4792ff !important;
|
|
|
|
border-color: #4792ff !important;
|
2021-01-01 23:13:01 +01:00
|
|
|
}
|