Changeset 15117


Ignore:
Timestamp:
May 19, 2012, 11:35:45 AM (12 years ago)
Author:
mistic100
Message:

display link only when the cursor is hover a comment

Location:
extensions/reply_to
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/reply_to/reply_to.inc.php

    r15108 r15117  
    108108<style type="text/css">
    109109  .replyTo {ldelim}
    110     display:inline-block;
     110    display:none;
    111111    background:url({$REPLYTO_PATH}reply.png) left top no-repeat;
    112112    height:16px;
     
    114114    padding-left:20px;
    115115  }
     116  li.commentElement:hover .replyTo {ldelim}
     117    display:inline;
     118  }
    116119  .replyTo:hover {ldelim}
    117120    background-position:left -16px;
     
    147150<style type="text/css">
    148151  .replyTo {ldelim}
    149     display:inline-block;
     152    display:none;
    150153    background:url({$REPLYTO_PATH}reply.png) left top no-repeat;
    151154    height:16px;
    152155    margin-left:20px;
    153156    padding-left:20px;
     157  }
     158  li.commentElement:hover .replyTo {ldelim}
     159    display:inline;
    154160  }
    155161  .replyTo:hover {ldelim}
Note: See TracChangeset for help on using the changeset viewer.