Changeset 1231663
- Timestamp:
- 08/27/2015 03:57:23 AM (11 years ago)
- Location:
- quickiebar/trunk
- Files:
-
- 4 edited
-
public/style/qb.css (modified) (1 diff)
-
public/style/qb.less (modified) (1 diff)
-
quickiebar.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quickiebar/trunk/public/style/qb.css
r1149374 r1231663 127 127 /*Apply centered styling to tablet sized devices*/ 128 128 /*Styling specific for admin previewing*/ 129 } 130 #quickiebar.qb .wrap { 131 background: transparent; 129 132 } 130 133 #quickiebar.qb .hover-background-overlay { -
quickiebar/trunk/public/style/qb.less
r1149374 r1231663 108 108 //default cursor style - if link, then link-overlay will show cursor as pointer when hovered 109 109 cursor:default; 110 111 //Fix wrap having background color in some themes (specifically some Genesis built themes) 112 .wrap{ 113 background: transparent; 114 } 110 115 111 116 height:80px; -
quickiebar/trunk/quickiebar.php
r1212198 r1231663 4 4 Plugin URI: https://quickiebar.com 5 5 Description: QuickieBar makes it easy for you to convert visitors by adding an attractive and easily customizable conversion bar to the top or bottom of your site. 6 Version: 1.7. 16 Version: 1.7.2 7 7 Author: Phil Baylog 8 8 Author URI: https://quickiebar.com … … 17 17 18 18 global $QB_VERSION; 19 $QB_VERSION = '1.7. 1';19 $QB_VERSION = '1.7.2'; 20 20 21 21 class QuickieBar{ -
quickiebar/trunk/readme.txt
r1212201 r1231663 4 4 Requires at least: 3.8 5 5 Donate Link: https://quickiebar.com/pricing 6 Tested up to: 4. 2.27 Stable tag: 1.7. 16 Tested up to: 4.3.0 7 Stable tag: 1.7.2 8 8 License: GPLv2 9 9 … … 134 134 == Changelog == 135 135 136 = 1.7.2 | Aug 26, 2015 = 137 * Tweak: Added background styling to "wrap" class in QuickieBar to prevent some theme styles from affecting bar styles 138 136 139 = 1.7.1 | Aug 3, 2015 = 137 140 * Fix: Increased character limits of bar text, button text, and destination fields to improve support for html in bars and non-english characters
Note: See TracChangeset
for help on using the changeset viewer.