better styling for disabled fields

This commit is contained in:
Andreas Gohr
2016-02-24 15:30:50 +01:00
parent 26147f8c0e
commit fd81b928af
4 changed files with 48 additions and 14 deletions

View File

@ -1,5 +1,5 @@
jQuery(function(){
jQuery('#plugin__struct .config').each(function(){
jQuery('#plugin__struct').find('textarea.config').each(function(){
var $config = jQuery(this);
var container = document.createElement('DIV');
$config.before(container);