aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/examples/dropdowns/dropdowns.css
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-02-24 08:04:10 +0100
committerMark Otto <[email protected]>2022-02-25 12:37:27 -0800
commitd0b8114462a7fd10fd05d503280f1f06c3df4a42 (patch)
tree022e3505855ff23a5f96e12705fa4eb78b15fb5c /site/content/docs/5.1/examples/dropdowns/dropdowns.css
parente4b62a920a5ed9c48c46865f987702fa67369ae0 (diff)
downloadbootstrap-d0b8114462a7fd10fd05d503280f1f06c3df4a42.tar.xz
bootstrap-d0b8114462a7fd10fd05d503280f1f06c3df4a42.zip
Remove border of disabled calendar buttons in Dropdowns example
Diffstat (limited to 'site/content/docs/5.1/examples/dropdowns/dropdowns.css')
-rw-r--r--site/content/docs/5.1/examples/dropdowns/dropdowns.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/examples/dropdowns/dropdowns.css b/site/content/docs/5.1/examples/dropdowns/dropdowns.css
index 2426de8b9..556f310a9 100644
--- a/site/content/docs/5.1/examples/dropdowns/dropdowns.css
+++ b/site/content/docs/5.1/examples/dropdowns/dropdowns.css
@@ -52,6 +52,7 @@
background-color: rgba(0, 0, 0, .05);
}
.cal-btn[disabled] {
+ border: 0;
opacity: .5;
}