first commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
.required {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.no_subscriber {
|
||||
font-size: 35px;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.no_subscriber_zero {
|
||||
font-size: 35px;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.interested_person {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.stock_label {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.variation_no_subscriber {
|
||||
text-align: center;
|
||||
font-size: 3.5em;
|
||||
margin: 20px;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.variation_no_subscriber_zero {
|
||||
text-align: center;
|
||||
font-size: 3.5em;
|
||||
margin: 20px;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.stock_column {
|
||||
color: green;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.stock_column_zero {
|
||||
color: red;
|
||||
font-size: 15px;
|
||||
}
|
||||
1
wp-content/plugins/woocommerce-product-stock-alert/assets/admin/css/admin.min.css
vendored
Normal file
1
wp-content/plugins/woocommerce-product-stock-alert/assets/admin/css/admin.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.required{color:red}.no_subscriber{font-size:35px;color:green}.no_subscriber_zero{font-size:35px;color:red}.interested_person{margin-top:25px}.stock_label{text-align:center;font-weight:700}.variation_no_subscriber{text-align:center;font-size:3.5em;margin:20px;color:green}.variation_no_subscriber_zero{text-align:center;font-size:3.5em;margin:20px;color:red}.stock_column{color:green;font-size:15px}.stock_column_zero{color:red;font-size:15px}
|
||||
21373
wp-content/plugins/woocommerce-product-stock-alert/assets/admin/css/rsuite-default.min.css
vendored
Normal file
21373
wp-content/plugins/woocommerce-product-stock-alert/assets/admin/css/rsuite-default.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$('.wc_stock_alert_export_data').on('click',function(){
|
||||
document.location.href = ajaxurl + '?action=export_subscribers';
|
||||
});
|
||||
});
|
||||
1
wp-content/plugins/woocommerce-product-stock-alert/assets/admin/js/admin.min.js
vendored
Normal file
1
wp-content/plugins/woocommerce-product-stock-alert/assets/admin/js/admin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
jQuery(document).ready((function($){$(".wc_stock_alert_export_data").on("click",(function(){document.location.href=ajaxurl+"?action=export_subscribers"}))}));
|
||||
Reference in New Issue
Block a user