1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 03:41:03 +00:00

Remove border of disabled calendar buttons in Dropdowns example

This commit is contained in:
Julien Déramond 2022-02-24 08:04:10 +01:00 committed by Mark Otto
parent e4b62a920a
commit d0b8114462

View File

@ -52,6 +52,7 @@
background-color: rgba(0, 0, 0, .05);
}
.cal-btn[disabled] {
border: 0;
opacity: .5;
}