mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Move cursor fix for disabled fieldsets from bootstrap to presale
This commit is contained in:
committed by
GitHub
parent
e2e0eca872
commit
74edf10b04
@@ -70,7 +70,7 @@ input[type="checkbox"] {
|
|||||||
// Note: Neither radios nor checkboxes can be readonly.
|
// Note: Neither radios nor checkboxes can be readonly.
|
||||||
&[disabled],
|
&[disabled],
|
||||||
&.disabled,
|
&.disabled,
|
||||||
fieldset[disabled] &:not(fieldset[disabled] > legend &) {
|
fieldset[disabled] & {
|
||||||
cursor: $cursor-disabled;
|
cursor: $cursor-disabled;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -157,6 +157,10 @@ fieldset.accordion-panel > legend {
|
|||||||
fieldset.accordion-panel[disabled] > .panel-body {
|
fieldset.accordion-panel[disabled] > .panel-body {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
fieldset[disabled] legend input[type="radio"],
|
||||||
|
fieldset[disabled] legend input[type="checkbox"] {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
border-bottom: 0px solid #ddd;
|
border-bottom: 0px solid #ddd;
|
||||||
|
|||||||
Reference in New Issue
Block a user