Move cursor fix for disabled fieldsets from bootstrap to presale

This commit is contained in:
Richard Schreiber
2024-12-06 11:07:11 +01:00
committed by GitHub
parent e2e0eca872
commit 74edf10b04
2 changed files with 5 additions and 1 deletions

View File

@@ -157,6 +157,10 @@ fieldset.accordion-panel > legend {
fieldset.accordion-panel[disabled] > .panel-body {
display: none;
}
fieldset[disabled] legend input[type="radio"],
fieldset[disabled] legend input[type="checkbox"] {
cursor: default;
}
.nav-tabs {
border-bottom: 0px solid #ddd;