PluginProbe ʕ •ᴥ•ʔ
Catalog Booster & Product Catalog Mode for WooCommerce / 1.0.9
Catalog Booster & Product Catalog Mode for WooCommerce v1.0.9
trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.3 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8
catalog-booster-for-woocommerce / css / woocat-admin.css
catalog-booster-for-woocommerce / css Last commit date
images 9 years ago woocat-admin.css 9 years ago
woocat-admin.css
40 lines
1 /*
2 Discounts Gateway styling
3 Created on : May 4, 2015, 5:22:43 PM
4 Author : impleCode
5 http://implecode.com/wordpress/plugins/scheduled-discounts/
6 */
7
8 .al-box.warning, #content .boxed #product_details > div.al-box.warning {
9 background-color: #fefccb;
10 background-image: url('images/warning.png');
11 }
12
13 .al-box.info, #content .boxed #product_details > div.al-box.info {
14 background-color: #dbecff;
15 background-image: url('images/info.png');
16 }
17
18 .al-box.plus, #content .boxed #product_details > div.al-box.plus {
19 background-color: #e1f3c1;
20 background-image: url('images/plus.png');
21 }
22
23 .al-box.success, #content .boxed #product_details > div.al-box.success {
24 background-color: #e1f3c1;
25 background-image: url('images/success.png');
26 }
27
28 .al-box, .al-box.success, #integration_wizard .al-box, #content .boxed #product_details > div.al-box {
29 background-repeat: no-repeat;
30 background-position: 1%;
31 padding: 10px 10px 10px 60px;
32 font-weight: bold;
33 margin: 10px 0 10px 0;
34 position: relative;
35 display: inline-block;
36 max-width: 509px;
37 box-shadow: 0 0 1px 1px #444;
38 box-sizing: border-box;
39 line-height: 1.2;
40 }