Plugin Directory

Changeset 1788699


Ignore:
Timestamp:
12/18/2017 11:08:39 AM (8 years ago)
Author:
ItayXD
Message:

readme update

Location:
responsive-mobile-friendly-tooltip/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • responsive-mobile-friendly-tooltip/trunk/readme.txt

    r1788255 r1788699  
    2525*   You can change the pop-up look by editing responsive-tooltip.css. change it to what ever suits your website best!
    2626
    27 ##Credits
    28 Thanks to [Osvaldas]( http://osvaldas.info/) who made the Js and the CSS. WordPress plugin adoption by [me](itayxd.com).
    29 
    3027== Installation ==
    3128
     
    4542
    4643= 1.6.5 =
    47 *Fix admin panel.
     44* Fix admin panel.
    4845
    4946= 1.6.5 =
    50 *Fix arrow in down position.
     47* Fix arrow in down position.
    5148
    5249
  • responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.org.css

    r755733 r1788699  
    1313    color: #fff;
    1414    background: #333;
    15     background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
    16     background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    17     background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    18     background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    19     background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    20     background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
     15    background: rgba( 0, 0, 0, .7 );
    2116    -webkit-border-radius: 5px;
    2217    -moz-border-radius: 5px;
     
    4641    border-top-color: transparent;
    4742    border-bottom: 10px solid #333;
    48     border-bottom-color: rgba( 0, 0, 0, .6 );
     43    border-bottom-color: rgba( 0, 0, 0, .7 );
    4944    top: -20px;
    5045    bottom: auto;
Note: See TracChangeset for help on using the changeset viewer.