updated plugin GP Premium
version 2.0.3
This commit is contained in:
@ -260,6 +260,10 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.dropdown-click ul li.wc-menu-item:hover ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sidebar .wc-mini-cart {
|
||||
right: 100%;
|
||||
top: 0;
|
||||
@ -573,6 +577,7 @@ ul.products .woocommerce-text-align-right {
|
||||
border-radius: 0;
|
||||
color: inherit;
|
||||
box-sizing: border-box;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,
|
||||
@ -1203,7 +1208,7 @@ form.checkout:after {
|
||||
opacity: 0;
|
||||
transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
|
||||
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
|
||||
z-index: 50;
|
||||
z-index: 101;
|
||||
font-size: 90%;
|
||||
box-sizing: border-box;
|
||||
transform: translateY(-100%);
|
||||
|
Reference in New Issue
Block a user