Changeset 2310844
- Timestamp:
- 05/23/2020 05:26:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ss-link-hover-effect/trunk/ss-link-hover-effect.php
r2310834 r2310844 52 52 <style type="text/css"> 53 53 54 p a{54 .post.status-publish p a{ 55 55 /*linear-gradient for hover background*/ 56 56 background:-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)); … … 71 71 72 72 73 p a:hover{73 .post.status-publish p a:hover{ 74 74 /*background-size*/ 75 75 -webkit-background-size:100% 100% !important; … … 80 80 } 81 81 82 a img,a:hover img{background:none !important;}82 .post.status-publish a img, .post.status-publish a:hover img{background:none !important;} 83 83 84 84 </style>
Note: See TracChangeset
for help on using the changeset viewer.