Plugin Directory

Changeset 2310844


Ignore:
Timestamp:
05/23/2020 05:26:34 PM (6 years ago)
Author:
wsaiful
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ss-link-hover-effect/trunk/ss-link-hover-effect.php

    r2310834 r2310844  
    5252<style type="text/css">
    5353
    54 p  a{
     54.post.status-publish p  a{
    5555/*linear-gradient for hover background*/
    5656background:-webkit-gradient(linear,left top,left bottom,from(<?php echo get_theme_mod('links-color-bg', '#303F9F');?>),color-stop(<?php echo get_theme_mod('links-color-bg', '#303F9F');?>),0));
     
    7171
    7272
    73 p  a:hover{
     73.post.status-publish p  a:hover{
    7474/*background-size*/
    7575-webkit-background-size:100% 100% !important;
     
    8080}
    8181
    82 a img, a:hover img{background:none !important;}
     82.post.status-publish a img, .post.status-publish a:hover img{background:none !important;}
    8383
    8484</style>       
Note: See TracChangeset for help on using the changeset viewer.