PluginProbe ʕ •ᴥ•ʔ
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF / 2.0.6
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF v2.0.6
2.0.6 2.0.5 trunk 1.3.7 1.4.0 1.4.1 1.4.2 1.4.6 1.5.0 1.5.3 1.5.6 1.5.8 1.6.5 1.6.6 1.6.9 1.7.0 1.7.4 1.8.1 1.8.2 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4
robin-image-optimizer / admin / assets / css / settings-premium.css
robin-image-optimizer / admin / assets / css Last commit date
base-statistic.css 7 months ago base-statistic.css.map 1 year ago base-statistic.less 7 months ago index.php 3 years ago media.css 7 months ago settings-premium.css 7 months ago statistic.css 3 years ago sweetalert-custom.css 7 months ago sweetalert-custom.css.map 6 years ago sweetalert-custom.less 3 years ago sweetalert2.css 3 years ago wrio-subscribe-widget.css 7 months ago
settings-premium.css
19 lines
1 /* PRO labels for dropdown buttons */
2 button[data-value="googlepage"]:after,
3 button[data-value="background"]:after {
4 display: inline-block;
5 position: absolute;
6 content: 'PRO';
7 background: #ff5722;
8 border-radius: 4px;
9 color: #fff;
10 font-size: 10px;
11 line-height: 1;
12 font-style: normal;
13 padding: 4px 6px;
14 margin-left: 4px;
15 vertical-align: top;
16 top: -8px;
17 right: 0;
18 z-index: 11;
19 }