Changeset 1647407
- Timestamp:
- 04/28/2017 12:45:24 PM (9 years ago)
- Location:
- whizz/trunk/colorize
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
js/custom-js-colorize.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whizz/trunk/colorize/index.php
r1619260 r1647407 43 43 ob_start(); 44 44 ?> 45 <div >45 <div class="whizz_color_container"> 46 46 <h1>Color Palette to change menus color</h1> 47 47 <div class="choice_radio"> -
whizz/trunk/colorize/js/custom-js-colorize.js
r1619260 r1647407 21 21 $(this).css({'background-color': menu_color_sel}); 22 22 whizz_save_id_color(menu_id, menu_color, save_color_nonce); 23 $(".w p-picker-container > a").removeAttr('style');23 $(".whizz_color_container .wp-picker-container > a").removeAttr('style'); 24 24 $('html,body').css('cursor','default'); 25 25 $('#DivToShow').removeAttr('style'); … … 37 37 $('body').append("<style>"+ menu_color +"</style>"); 38 38 $("#"+menu_id).addClass(menu_id+"hover"); 39 $(".w p-picker-container > a").removeAttr('style');39 $(".whizz_color_container .wp-picker-container > a").removeAttr('style'); 40 40 $('html,body').css('cursor','default'); 41 41 $('#DivToShow').removeAttr('style'); … … 125 125 function whizz_reset_all_color_boxes() 126 126 { 127 $(".w p-picker-container > a").removeAttr('style');127 $(".whizz_color_container .wp-picker-container > a").removeAttr('style'); 128 128 $('html,body').css('cursor','default'); 129 129 $('#DivToShow').removeAttr('style');
Note: See TracChangeset
for help on using the changeset viewer.