This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Merge branch 'develop'
develop
Guillaume
2 years ago
parent
0fa27aa2a4
ce94cb5699
commit
52837a163d
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
+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 {
Write
Preview
Loading…
Cancel
Save