Browse Source

Correctif checkbox et radio disabled

feature/symfony6.1
Fab 2 years ago
parent
commit
587a9881f1
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Resources/assets/app/adminlte/main/scss/form/_checkboxradio.scss

+ 4
- 1
Resources/assets/app/adminlte/main/scss/form/_checkboxradio.scss View File

@@ -26,7 +26,10 @@
/* Create a custom checkbox */

input:disabled ~ .checkmark {
display: none
filter:none;
opacity:.5;
pointer-events:none;
cursor: default;
}

input ~ .checkmark {

Loading…
Cancel
Save