Plugin Directory

Changeset 2191829


Ignore:
Timestamp:
11/13/2019 02:51:21 PM (6 years ago)
Author:
sach3932
Message:

Remove Background Color

Location:
copy-code-to-clipboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • copy-code-to-clipboard/tags/1.1/js/copy_code_script.js

    r2191453 r2191829  
    3232        jQuery(this).wrap( '<div class="PreCodeWrapper"/>');
    3333        jQuery(this).css( 'padding', '2.75rem' );
    34         jQuery(this).css( 'background-color', '#f6f6f6' );
     34        /* jQuery(this).css( 'background-color', '#f6f6f6' ); */
    3535       
    3636    });
  • copy-code-to-clipboard/trunk/js/copy_code_script.js

    r2191455 r2191829  
    3232        jQuery(this).wrap( '<div class="PreCodeWrapper"/>');
    3333        jQuery(this).css( 'padding', '2.75rem' );
    34         jQuery(this).css( 'background-color', '#f6f6f6' );
     34        /* jQuery(this).css( 'background-color', '#f6f6f6' ); */
    3535       
    3636    });
Note: See TracChangeset for help on using the changeset viewer.