29 lines
No EOL
416 B
CSS
29 lines
No EOL
416 B
CSS
/* Commons */
|
|
a {
|
|
color: #555;
|
|
}
|
|
|
|
/* Remove Focus glow */
|
|
.btn:focus,
|
|
.form-control:focus,
|
|
.form-select:focus {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.form-control:focus,
|
|
.form-select:focus {
|
|
border-color: #999999;
|
|
}
|
|
|
|
|
|
/* Icons */
|
|
.bi {
|
|
margin-right: .5rem!important;
|
|
}
|
|
|
|
/* Buttons */
|
|
.btn-primary-disabled {
|
|
background-color: #4792ff !important;
|
|
border-color: #4792ff !important;
|
|
} |