Plugin Directory

Changeset 2350768


Ignore:
Timestamp:
08/02/2020 06:04:28 AM (6 years ago)
Author:
sutharkaran10
Message:

Small CSS Bug Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-mouse-custom-cursor/trunk/wp-mouse-custom-cursor.php

    r2350767 r2350768  
    4242      pointer-events: none;
    4343      transition: all .2s ease,top .2s ease-out,left .2s ease-out;
     44      z-index: 999999999999999999999999999999999999999999;
    4445    }
    4546    #mousestyle2{
     
    5455      background-color: #ff0000;
    5556      pointer-events: none;
     57      z-index: 999999999999999999999999999999999999999999;
    5658    }
    5759    #mousestyle2second.hover{
     
    8890// Custom Style 2 END //
    8991if(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' );     
    9294    function wpmousecustom_cursor_function_second_h(){
    9395      echo '<div id="mousestyle2"></div><div id="mousestyle2second"></div>';
    9496    }
    95     add_action('wp_head', 'wpmousecustom_cursor_function_second');   
     97    add_action('wp_head', 'wpmousecustom_cursor_function_second'); 
    9698}
    9799
Note: See TracChangeset for help on using the changeset viewer.