Changeset 1788699
- Timestamp:
- 12/18/2017 11:08:39 AM (8 years ago)
- Location:
- responsive-mobile-friendly-tooltip/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
responsive-tooltip.org.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-mobile-friendly-tooltip/trunk/readme.txt
r1788255 r1788699 25 25 * You can change the pop-up look by editing responsive-tooltip.css. change it to what ever suits your website best! 26 26 27 ##Credits28 Thanks to [Osvaldas]( http://osvaldas.info/) who made the Js and the CSS. WordPress plugin adoption by [me](itayxd.com).29 30 27 == Installation == 31 28 … … 45 42 46 43 = 1.6.5 = 47 * Fix admin panel.44 * Fix admin panel. 48 45 49 46 = 1.6.5 = 50 * Fix arrow in down position.47 * Fix arrow in down position. 51 48 52 49 -
responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.org.css
r755733 r1788699 13 13 color: #fff; 14 14 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 ); 21 16 -webkit-border-radius: 5px; 22 17 -moz-border-radius: 5px; … … 46 41 border-top-color: transparent; 47 42 border-bottom: 10px solid #333; 48 border-bottom-color: rgba( 0, 0, 0, . 6);43 border-bottom-color: rgba( 0, 0, 0, .7 ); 49 44 top: -20px; 50 45 bottom: auto;
Note: See TracChangeset
for help on using the changeset viewer.