PluginProbe ʕ •ᴥ•ʔ
Products Compare for WooCommerce / 1.0.11.1
Products Compare for WooCommerce v1.0.11.1
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 7 years ago colpick.css 7 years ago font-awesome.min.css 7 years ago products_compare.css 7 years ago
admin.css
28 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 }