1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02: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); background-color: rgba(0, 0, 0, .05);
} }
.cal-btn[disabled] { .cal-btn[disabled] {
border: 0;
opacity: .5; opacity: .5;
} }