Changeset 2350768
- Timestamp:
- 08/02/2020 06:04:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-mouse-custom-cursor/trunk/wp-mouse-custom-cursor.php
r2350767 r2350768 42 42 pointer-events: none; 43 43 transition: all .2s ease,top .2s ease-out,left .2s ease-out; 44 z-index: 999999999999999999999999999999999999999999; 44 45 } 45 46 #mousestyle2{ … … 54 55 background-color: #ff0000; 55 56 pointer-events: none; 57 z-index: 999999999999999999999999999999999999999999; 56 58 } 57 59 #mousestyle2second.hover{ … … 88 90 // Custom Style 2 END // 89 91 if(function_exists('wpmousecustom_cursor_function_second')){ 90 add_action('wp_enqueue_scripts', 'wpmousecustom_add_header'); 91 add_action( 'wp_body_open', 'wpmousecustom_cursor_function_second_h' ); 92 add_action('wp_enqueue_scripts', 'wpmousecustom_add_header'); 93 add_action( 'wp_body_open', 'wpmousecustom_cursor_function_second_h' ); 92 94 function wpmousecustom_cursor_function_second_h(){ 93 95 echo '<div id="mousestyle2"></div><div id="mousestyle2second"></div>'; 94 96 } 95 add_action('wp_head', 'wpmousecustom_cursor_function_second'); 97 add_action('wp_head', 'wpmousecustom_cursor_function_second'); 96 98 } 97 99
Note: See TracChangeset
for help on using the changeset viewer.