mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-12 00:08:59 +01:00
cf9454caa0
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <markdotto@gmail.com>
16 lines
230 B
CSS
16 lines
230 B
CSS
.form-control-dark {
|
|
border-color: var(--bs-gray);
|
|
}
|
|
.form-control-dark:focus {
|
|
border-color: #fff;
|
|
box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
|
|
}
|
|
|
|
.text-small {
|
|
font-size: 85%;
|
|
}
|
|
|
|
.dropdown-toggle {
|
|
outline: 0;
|
|
}
|