Plugin Directory

Changeset 966415


Ignore:
Timestamp:
08/15/2014 03:11:43 PM (12 years ago)
Author:
stylishcreativity
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sc-scrollup/trunk/sc-scrollup.php

    r962479 r966415  
    4646        #styc_scroll_up{
    4747                    width:<?php if( get_option('styc_scrollup_weight') ){ echo get_option('styc_scrollup_weight');}else {echo '40px';}  ?>;
    48                     height:<?php if( get_option('styc_scrollup_height') ){ echo get_option('styc_scrollup_height');}else {echo '20px';}  ?>;           
    49                     opacity:0.3;
     48                    height:<?php if( get_option('styc_scrollup_height') ){ echo get_option('styc_scrollup_height');}else {echo '20px';}  ?>;
    5049                    position:fixed;
    5150                    bottom:50px;
    5251                    right:<?php if( get_option('styc_scrollup_right_distance') ){ echo get_option('styc_scrollup_right_distance'); }else{echo '50px';} ?>;
    53                     display:none;           
    54                     background:<?php if( get_option('styc_scrollup_background') ){ echo get_option('styc_scrollup_background');}else {echo '#000';} ?>;
    55                     border-radius: 2px;
     52                    display:none;
    5653                    cursor: pointer;
     54                    z-index: 999999!important;
    5755                }
    58         #styc_scroll_up:hover{opacity:0.7;}
     56       
    5957        #styc_scroll_up i{
    6058                    text-align: center;
     
    6866                    top: 50%;
    6967                    margin-top: -13px;
     68                    opacity:0.6;
     69                    border-radius: 2px;
     70                    background:<?php if( get_option('styc_scrollup_background') ){ echo get_option('styc_scrollup_background');}else {echo '#000';} ?>;
    7071                   }
     72        #styc_scroll_up i:hover{opacity:0.9;}
    7173        <?php echo get_option('styc_scrollup_stylecode'); ?>
    7274       
Note: See TracChangeset for help on using the changeset viewer.