aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/headers/headers.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-12-24 18:37:22 +0200
committerGitHub <[email protected]>2022-12-24 18:37:22 +0200
commitcf9454caa00872899215603e5e036d9a824b1b11 (patch)
treeaf5a1e3f18dd0b7117a2d32cad38721b7dc71a18 /site/content/docs/5.3/examples/headers/headers.css
parent41f62c5a11d98d49646296f996fa844d05f9514d (diff)
downloadbootstrap-cf9454caa00872899215603e5e036d9a824b1b11.tar.xz
bootstrap-cf9454caa00872899215603e5e036d9a824b1b11.zip
Release v5.3.0-alpha1 (#37661)
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'site/content/docs/5.3/examples/headers/headers.css')
-rw-r--r--site/content/docs/5.3/examples/headers/headers.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/site/content/docs/5.3/examples/headers/headers.css b/site/content/docs/5.3/examples/headers/headers.css
new file mode 100644
index 000000000..8230c9a5f
--- /dev/null
+++ b/site/content/docs/5.3/examples/headers/headers.css
@@ -0,0 +1,15 @@
+.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;
+}