diff --git a/themes/grav/js/admin-all.js b/themes/grav/js/admin-all.js index 06ade709..a0750bb2 100644 --- a/themes/grav/js/admin-all.js +++ b/themes/grav/js/admin-all.js @@ -484,6 +484,9 @@ $(function () { input.prop('checked', on); input.prop('value', on ? 1 : 0); $(this).css('opacity', on ? 1 : 0.7); + input.siblings('label').css('opacity', on ? 1 : 0.7); + $(this).parents('.form-label').siblings('.form-data').css('opacity', on ? 1 : 0.7); + }); // Themes Switcher Warning