PluginProbe ʕ •ᴥ•ʔ
Products Compare for WooCommerce / 3.6.2.8
Products Compare for WooCommerce v3.6.2.8
3.6.2.8 3.6.2.7 trunk 1.0.1 1.0.10 1.0.10.1 1.0.11 1.0.11.1 1.0.12 1.0.13 1.0.13.1 1.0.2 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 3.5 3.5.0.1 3.5.0.2 3.5.1 3.5.1.1 3.5.1.2 3.5.1.3 3.5.1.4 3.5.1.5 3.5.1.6 3.5.1.7 3.5.2 3.5.2.1 3.5.2.2 3.5.2.3 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.7.1 3.5.7.2 3.5.7.3 3.5.7.4 3.5.7.5 3.5.7.6 3.5.7.7 3.5.7.8 3.5.7.9 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.6.2.1 3.6.2.2 3.6.2.3 3.6.2.4 3.6.2.5 3.6.2.6
products-compare-for-woocommerce / css / admin.css
products-compare-for-woocommerce / css Last commit date
admin.css 1 month ago products_compare.css 1 month ago
admin.css
45 lines
1 .berocket_compare_products_styler {
2 background-color: #ffffff;
3 border: 1px solid #999;
4 }
5 .berocket_compare_products_styler input[type=text] {
6 width: 100%;
7 }
8 .berocket_compare_products_styler th,
9 .berocket_compare_products_styler td {
10 padding: 0.3em;
11 }
12 .berocket_compare_products_styler thead th {
13 text-align: center;
14 }
15 .berocket_compare_products_styler thead tr,
16 .berocket_compare_products_styler tfoot tr {
17 border-top: 1px solid #999;
18 }
19 .berocket_compare_products_styler .admin-column-color {
20 text-align: center;
21 width: 10%;
22 }
23 .berocket_compare_products_styler .all_theme_default_compare {
24 float: right;
25 }
26 .berocket_compare_products_styler input {
27 text-align: center;
28 }
29 .lmp_submit_form textarea {
30 width:100%;
31 min-height: 70px;
32 }
33 .br_framework_settings .button.all_theme_default {
34 margin: 0;
35 }
36 .berocket_compare_products_styler .br_colorpicker_default.button {
37 margin: 0;
38 display: block;
39 padding: 4px;
40 min-width: 80px
41 }
42 .berocket_compare_template_hidden {
43 display: none;
44 }
45