mirror of
https://github.com/10h30/WooCommerce-Payment-Methods.git
synced 2026-06-05 15:07:59 +09:00
Update to 0.2.2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @subpackage Payment Methods/Assets
|
||||
*
|
||||
* @since 2014-09-08
|
||||
* @version 2014-09-21
|
||||
* @version 2014-09-22
|
||||
*
|
||||
* @author Poellmann Alexander Manfred <alex@vendocr.at>
|
||||
* @copyright Copyright 2014 vendocrat. All Rights Reserved.
|
||||
@@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
/**** Base Styles */
|
||||
|
||||
.payment-methods {
|
||||
padding-left:0;
|
||||
list-style:none;
|
||||
@@ -55,6 +54,80 @@
|
||||
.widget_vendocrat_payment_methods ul {
|
||||
margin-bottom:0;}
|
||||
|
||||
/**** WooCommerce Checkout */
|
||||
#payment ul.payment_methods .payment_method_bacs label img,
|
||||
#payment ul.payment_methods .payment_method_cheque label img,
|
||||
#payment ul.payment_methods .payment_method_mijireh_checkout label img,
|
||||
#payment ul.payment_methods .payment_method_paypal label img,
|
||||
#payment ul.payment_methods .payment_method_stripe label img,
|
||||
#payment ul.payment_methods .payment_method_wirecard label img,
|
||||
#payment ul.payment_methods .payment_method_ClickAndBuy label img,
|
||||
#payment ul.payment_methods .payment_method_sofortgateway label img,
|
||||
#payment ul.payment_methods .payment_method_cash_on_delivery label img,
|
||||
#payment ul.payment_methods .payment_method_bitpay label img,
|
||||
#payment ul.payment_methods .payment_method_coinbase label img {
|
||||
display:none;}
|
||||
|
||||
#payment ul.payment_methods .payment_method_bacs label:before,
|
||||
#payment ul.payment_methods .payment_method_cheque label:before,
|
||||
#payment ul.payment_methods .payment_method_mijireh_checkout label:before,
|
||||
#payment ul.payment_methods .payment_method_paypal label:before,
|
||||
#payment ul.payment_methods .payment_method_stripe label:before,
|
||||
#payment ul.payment_methods .payment_method_wirecard label:before,
|
||||
#payment ul.payment_methods .payment_method_ClickAndBuy label:before,
|
||||
#payment ul.payment_methods .payment_method_sofortgateway label:before,
|
||||
#payment ul.payment_methods .payment_method_cash_on_delivery label:before,
|
||||
#payment ul.payment_methods .payment_method_bitpay label:before,
|
||||
#payment ul.payment_methods .payment_method_coinbase label:before {
|
||||
display:inline;
|
||||
margin-right:10px;padding:2px 6px;
|
||||
vertical-align:middle;
|
||||
border-radius:3px;
|
||||
|
||||
color:#fff;
|
||||
background:#333;
|
||||
|
||||
font-family:PaymentFont;
|
||||
font-size:1.5em;
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
line-height:1;
|
||||
text-decoration:none;
|
||||
|
||||
-webkit-font-smoothing:antialiased;
|
||||
-moz-osx-font-smoothing:grayscale;}
|
||||
|
||||
#payment ul.payment_methods .payment_method_bacs label:before {
|
||||
content:'\f005';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_cheque label:before {
|
||||
content:'\f00a';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_mijireh_checkout label:before {
|
||||
content:'\f012';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_paypal label:before {
|
||||
content:'\f033';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_stripe label:before {
|
||||
content:'\f03e';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_wirecard label:before {
|
||||
content:'\f049';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_ClickAndBuy label:before {
|
||||
content:'\f011';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_sofortgateway label:before {
|
||||
content:'\f03e';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_cash_on_delivery label:before {
|
||||
content:'\f00d';}
|
||||
|
||||
#payment ul.payment_methods .payment_method_bitpay label:before,
|
||||
#payment ul.payment_methods .payment_method_coinbase label:before {
|
||||
content:'\f006';}
|
||||
|
||||
/*
|
||||
* NO MORE LOVE TO GIVE
|
||||
*/
|
||||
@@ -53,6 +53,7 @@ Miss some payment methods? Let me have a look at it by opening an issue on <a hr
|
||||
|
||||
1. Shortcode output (top-down: default, inverse, outline style)
|
||||
2. Widgets (top-down: default, inverse, outline style)
|
||||
3. WooCommerce Checkout
|
||||
|
||||
== Changelog ==
|
||||
|
||||
@@ -69,4 +70,7 @@ Fixed an error in widget class, added placement option to tooltips, updated lang
|
||||
Now using PaymentFont to display brand icons. Fixed textdomain issue plus some minor fixes and enhancements. Added new screenshots!
|
||||
|
||||
= 0.2.1 =
|
||||
Fixed typo.
|
||||
Fixed typo.
|
||||
|
||||
= 0.2.2 =
|
||||
Added CSS to replace payment provider images on WooCommerce Checkout with PaymentFont icons (see screenshots).
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user