livescreen upddates
This commit is contained in:
parent
1d9889bee0
commit
569947d7f5
|
|
@ -1135,7 +1135,7 @@ footer {
|
|||
|
||||
.footer-block .title {
|
||||
margin: 0 0 1px;
|
||||
background: #007bff url('../images/toggle-white.png') right center no-repeat;
|
||||
background: #aaa081 url('../images/toggle-white.png') right center no-repeat;
|
||||
padding: 10px 15px;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
|
|
@ -5835,7 +5835,7 @@ pre {
|
|||
|
||||
.swiper-pagination-bullet-active {
|
||||
padding: 5px;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
}
|
||||
|
||||
a.skip {
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
margin: 0 auto 40px;
|
||||
}
|
||||
.menu-toggle {
|
||||
background: url('../images/menu-icon.png') right center no-repeat #007bff;
|
||||
background: url('../images/menu-icon.png') right center no-repeat #aaa081;
|
||||
padding: 15px;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
|
|
@ -1161,7 +1161,7 @@
|
|||
text-align: left;
|
||||
}
|
||||
.registration-page .vat-note {
|
||||
margin-left: 275px;
|
||||
/*margin-left: 275px;*/
|
||||
}
|
||||
|
||||
.customer-info-page .email-to-revalidate-note {
|
||||
|
|
@ -1299,7 +1299,7 @@
|
|||
/*** REGISTRATION, LOGIN, ACCOUNT ***/
|
||||
|
||||
.registration-page .vat-note {
|
||||
margin-left: 385px;
|
||||
/*margin-left: 385px;*/
|
||||
}
|
||||
.customer-info-page .email-to-revalidate-note {
|
||||
margin-left: 225px;
|
||||
|
|
@ -1380,7 +1380,7 @@
|
|||
}
|
||||
|
||||
.top-menu > li > a {
|
||||
color: #007bff;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.top-menu .sublist, .sublist .sublist .sublist li {
|
||||
|
|
|
|||
|
|
@ -477,7 +477,7 @@ label, label + * {
|
|||
.data-table a,
|
||||
.forum-table a {
|
||||
font-weight: normal;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.cart a:hover,
|
||||
|
|
@ -516,7 +516,7 @@ label, label + * {
|
|||
.data-table .product a:focus,
|
||||
.data-table .info a:hover,
|
||||
.data-table .info a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
@ -526,7 +526,7 @@ label, label + * {
|
|||
|
||||
.cart .product .edit-item a {
|
||||
font-weight: normal;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.cart .product .edit-item a:hover,
|
||||
|
|
@ -570,7 +570,7 @@ label, label + * {
|
|||
|
||||
.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
|
||||
font-style: italic;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.data-table em a {
|
||||
|
|
@ -785,7 +785,7 @@ label, label + * {
|
|||
|
||||
.ui-dialog-content .back-in-stock-subscription-page .button-1 {
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 15px;
|
||||
font-size: 15px;
|
||||
color: #fff;
|
||||
|
|
@ -821,7 +821,7 @@ label, label + * {
|
|||
min-width: 60px;
|
||||
margin: 5px 0 10px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 8px 12px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
|
|
@ -834,7 +834,7 @@ label, label + * {
|
|||
|
||||
.eu-cookie-bar-notification a {
|
||||
display: block;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.eu-cookie-bar-notification a:hover,
|
||||
|
|
@ -960,7 +960,7 @@ label, label + * {
|
|||
|
||||
.header-links a:hover,
|
||||
.header-links a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
#topcartlink {
|
||||
|
|
@ -1021,7 +1021,7 @@ label, label + * {
|
|||
min-width: 86px;
|
||||
height: 36px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 0 15px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
|
|
@ -1117,7 +1117,7 @@ label, label + * {
|
|||
|
||||
.footer-block .title {
|
||||
margin: 0 0 1px;
|
||||
background: #4ab2f1 url('../images/toggle-white.png') right center no-repeat;
|
||||
background: #aaa081 url('../images/toggle-white.png') right center no-repeat;
|
||||
padding: 10px 15px;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
|
|
@ -1143,7 +1143,7 @@ label, label + * {
|
|||
|
||||
.footer-block .list a:hover,
|
||||
.footer-block .list a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.follow-us {
|
||||
|
|
@ -1218,7 +1218,7 @@ label, label + * {
|
|||
float: left;
|
||||
height: 36px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 0 15px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
|
|
@ -1255,7 +1255,7 @@ label, label + * {
|
|||
|
||||
.footer-tax-shipping a {
|
||||
font-weight: bold;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.footer-tax-shipping a:hover,
|
||||
|
|
@ -1269,7 +1269,7 @@ label, label + * {
|
|||
|
||||
.footer-powered-by a {
|
||||
font-weight: bold;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.footer-powered-by a:hover,
|
||||
|
|
@ -1343,12 +1343,12 @@ label, label + * {
|
|||
}
|
||||
|
||||
.block .list .active > a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.block .list a:hover,
|
||||
.block .list a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.block a.product-picture {
|
||||
|
|
@ -1375,7 +1375,7 @@ label, label + * {
|
|||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
font-size: 16px;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.block .view-all a:hover,
|
||||
|
|
@ -1411,7 +1411,7 @@ label, label + * {
|
|||
.block .tags li a:focus,
|
||||
.product-tags-all-page li a:hover,
|
||||
.product-tags-all-page li a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.poll strong {
|
||||
|
|
@ -1529,7 +1529,7 @@ label, label + * {
|
|||
|
||||
.breadcrumb a:hover,
|
||||
.breadcrumb a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.category-description,
|
||||
|
|
@ -1545,7 +1545,7 @@ label, label + * {
|
|||
|
||||
.contact-vendor .button-2 {
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
|
|
@ -1736,7 +1736,7 @@ label, label + * {
|
|||
font-size: 17px;
|
||||
line-height: 1.2;
|
||||
font-weight: normal;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.item-box .product-title a {
|
||||
|
|
@ -1796,7 +1796,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.item-box .tax-shipping-info a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.item-box .tax-shipping-info a:hover,
|
||||
|
|
@ -1818,7 +1818,7 @@ label, label + * {
|
|||
|
||||
.item-box .product-box-add-to-cart-button {
|
||||
width: 60%;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
color: #fff;
|
||||
|
|
@ -1926,7 +1926,7 @@ label, label + * {
|
|||
|
||||
.manufacturer-grid .title a:hover,
|
||||
.manufacturer-grid .title a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.manufacturer-grid .picture {
|
||||
|
|
@ -1941,7 +1941,7 @@ label, label + * {
|
|||
|
||||
.vendor-grid .title a:hover,
|
||||
.vendor-grid .title a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.vendor-grid .picture {
|
||||
|
|
@ -1978,7 +1978,7 @@ label, label + * {
|
|||
|
||||
.pager li span {
|
||||
border-color: transparent;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
@ -2150,7 +2150,7 @@ label, label + * {
|
|||
|
||||
.product-review-links a:hover,
|
||||
.product-review-links a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.overview .value,
|
||||
|
|
@ -2160,7 +2160,7 @@ label, label + * {
|
|||
|
||||
.overview .value a,
|
||||
.variant-overview .value a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.overview .value a:hover,
|
||||
|
|
@ -2326,7 +2326,7 @@ label, label + * {
|
|||
|
||||
.overview .tax-shipping-info a,
|
||||
.variant-overview .tax-shipping-info a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.overview .tax-shipping-info a:hover,
|
||||
|
|
@ -2424,7 +2424,7 @@ label, label + * {
|
|||
.variant-overview .add-to-cart-button {
|
||||
height: 43px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 0 24px;
|
||||
font-size: 15px;
|
||||
color: #fff;
|
||||
|
|
@ -2491,7 +2491,7 @@ label, label + * {
|
|||
padding: 10px 0;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.variant-overview .variant-description {
|
||||
|
|
@ -2664,7 +2664,7 @@ label, label + * {
|
|||
.ui-datepicker-header {
|
||||
position: relative;
|
||||
height: 32px;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
color: #fff;
|
||||
/*override jQuery UI styles, do not delete doubled properties*/
|
||||
border: none;
|
||||
|
|
@ -2750,11 +2750,11 @@ label, label + * {
|
|||
}
|
||||
|
||||
.ui-datepicker-calendar .ui-state-active {
|
||||
outline: 2px solid #4ab2f1;
|
||||
outline: 2px solid #aaa081;
|
||||
font-weight: bold;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
/*override jQuery UI styles, do not delete doubled properties*/
|
||||
color: #4ab2f1 !important;
|
||||
color: #aaa081 !important;
|
||||
}
|
||||
|
||||
.attribute-squares {
|
||||
|
|
@ -2790,7 +2790,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.attribute-squares .selected-value .attribute-square-container {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
}
|
||||
|
||||
.attribute-squares li input {
|
||||
|
|
@ -2896,7 +2896,7 @@ label, label + * {
|
|||
|
||||
|
||||
.product-reviews-page h1 a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.product-reviews-page h1 a:before,
|
||||
|
|
@ -2990,7 +2990,7 @@ label, label + * {
|
|||
|
||||
.write-review .button-1 {
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 25px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -3073,7 +3073,7 @@ label, label + * {
|
|||
.product-review-helpfulness .vote {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -3149,7 +3149,7 @@ label, label + * {
|
|||
|
||||
.wishlist-content .update-wishlist-button,
|
||||
.wishlist-content .wishlist-add-to-cart-button {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
|
@ -3185,7 +3185,7 @@ label, label + * {
|
|||
|
||||
.wishlist-page .share-info a:hover,
|
||||
.wishlist-page .share-info a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.wishlist-page .no-data {
|
||||
|
|
@ -3200,7 +3200,7 @@ label, label + * {
|
|||
.compare-products-page .clear-list {
|
||||
display: inline-block;
|
||||
margin: 0 0 20px;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 15px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
|
|
@ -3257,7 +3257,7 @@ label, label + * {
|
|||
|
||||
.compare-products-table .remove-button:hover,
|
||||
.compare-products-table .remove-button:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.compare-products-table .picture {
|
||||
|
|
@ -3285,7 +3285,7 @@ label, label + * {
|
|||
|
||||
.compare-products-table .product-name td a:hover,
|
||||
.compare-products-table .product-name td a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.compare-products-table .short-description td {
|
||||
|
|
@ -3381,7 +3381,7 @@ label, label + * {
|
|||
min-width: 86px;
|
||||
height: 40px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 0 15px;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -3417,7 +3417,7 @@ label, label + * {
|
|||
.apply-vendor-page .button-1 {
|
||||
min-width: 140px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 30px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -3442,7 +3442,7 @@ label, label + * {
|
|||
|
||||
.email-a-friend-page .title h2 {
|
||||
font-weight: normal;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.apply-vendor-page .terms-of-service {
|
||||
|
|
@ -3456,7 +3456,7 @@ label, label + * {
|
|||
|
||||
.apply-vendor-page .terms-of-service span,
|
||||
.apply-vendor-page .terms-of-service a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -3522,7 +3522,7 @@ label, label + * {
|
|||
|
||||
.inputs.accept-consent span,
|
||||
.inputs.accept-consent a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
@ -3543,7 +3543,7 @@ label, label + * {
|
|||
.return-request-page .button-1 {
|
||||
min-width: 140px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 30px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -3571,7 +3571,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.return-request-page h1 a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.return-request-page .return-request-file {
|
||||
|
|
@ -3678,7 +3678,7 @@ label, label + * {
|
|||
|
||||
.login-page .returning-wrapper .inputs.reversed a:hover,
|
||||
.login-page .returning-wrapper .inputs.reversed a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.login-page .captcha-box {
|
||||
|
|
@ -3717,7 +3717,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.external-auth-association a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.external-auth-association a:hover,
|
||||
|
|
@ -3740,7 +3740,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.add-more-external-records a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.add-more-external-records a:hover,
|
||||
|
|
@ -3822,7 +3822,7 @@ label, label + * {
|
|||
.address-list-page .button-2:focus,
|
||||
.order-list-page .button-2:hover,
|
||||
.order-list-page .button-2:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.address-list-page .add-button {
|
||||
|
|
@ -3871,7 +3871,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.return-request-list-page a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.return-request-list-page a:hover,
|
||||
|
|
@ -4105,7 +4105,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.shopping-cart-page .common-buttons button:first-child {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
}
|
||||
|
||||
.shopping-cart-page .common-buttons button:first-child:hover,
|
||||
|
|
@ -4210,7 +4210,7 @@ label, label + * {
|
|||
|
||||
.cart-total .order-total {
|
||||
font-size: 20px;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.cart-total .order-total strong {
|
||||
|
|
@ -4238,7 +4238,7 @@ label, label + * {
|
|||
|
||||
.terms-of-service a {
|
||||
margin: 0 0 0 3px;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.cart-footer .checkout-buttons {
|
||||
|
|
@ -4258,7 +4258,7 @@ label, label + * {
|
|||
display: inline-block;
|
||||
min-width: 160px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
|
|
@ -4521,16 +4521,16 @@ label, label + * {
|
|||
}
|
||||
|
||||
.estimate-shipping-radio:checked + label {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
color: #99a1a7;
|
||||
border: 1px solid #adb8c0;
|
||||
border-color: #4ab2f1;
|
||||
border-color: #aaa081;
|
||||
}
|
||||
|
||||
.apply-shipping-button {
|
||||
border: none;
|
||||
padding: 8px 25px;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
@ -4688,7 +4688,7 @@ label, label + * {
|
|||
display: inline-block;
|
||||
min-width: 140px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 30px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -4935,7 +4935,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.order-completed .details a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.order-completed .details a:hover,
|
||||
|
|
@ -4950,7 +4950,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.opc .allow .step-title {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -5022,7 +5022,7 @@ label, label + * {
|
|||
|
||||
.opc .back-link a:hover,
|
||||
.opc .back-link a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.opc .buttons .please-wait {
|
||||
|
|
@ -5082,7 +5082,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.order-details-page .page-title a.print-order-button {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
}
|
||||
|
||||
.order-details-page .page-title a.print-order-button:hover,
|
||||
|
|
@ -5105,14 +5105,14 @@ label, label + * {
|
|||
|
||||
.order-details-page .order-overview .order-total strong {
|
||||
font-weight: normal;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.order-details-page .repost .button-2 {
|
||||
display: inline-block;
|
||||
margin: 10px 0;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 15px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
|
|
@ -5126,7 +5126,7 @@ label, label + * {
|
|||
|
||||
.order-details-page .download a {
|
||||
font-weight: normal;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.order-details-page .download a:hover,
|
||||
|
|
@ -5143,7 +5143,7 @@ label, label + * {
|
|||
.user-agreement-page .button-1 {
|
||||
min-width: 140px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 30px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -5161,7 +5161,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.order-details-page .tax-shipping-info a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.order-details-page .tax-shipping-info a:hover,
|
||||
|
|
@ -5192,7 +5192,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.order-details-page .actions button:first-child {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
}
|
||||
|
||||
.order-details-page .actions button:first-child:hover,
|
||||
|
|
@ -5255,7 +5255,7 @@ label, label + * {
|
|||
.search-input .button-1 {
|
||||
min-width: 140px;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 30px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -5334,7 +5334,7 @@ label, label + * {
|
|||
|
||||
.sitemap-page .entity a:hover,
|
||||
.sitemap-page .entity a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.sitemap-page .entity a:empty {
|
||||
|
|
@ -5390,7 +5390,7 @@ label, label + * {
|
|||
.post-title:focus,
|
||||
.news-title:hover,
|
||||
.news-title:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.post-date,
|
||||
|
|
@ -5446,7 +5446,7 @@ label, label + * {
|
|||
.blog-page .tags a,
|
||||
.blogpost-page .tags a {
|
||||
display: block;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.blog-page .tags a:hover,
|
||||
|
|
@ -5471,14 +5471,14 @@ label, label + * {
|
|||
|
||||
.blog-posts .buttons .read-comments:hover,
|
||||
.blog-posts .buttons .read-comments:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.blog-posts .buttons .read-more,
|
||||
.news-items .buttons .read-more {
|
||||
display: inline-block;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 20px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
|
|
@ -5510,7 +5510,7 @@ label, label + * {
|
|||
|
||||
.new-comment .button-1 {
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 30px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
|
|
@ -5566,7 +5566,7 @@ label, label + * {
|
|||
|
||||
.comment-info a.username:hover,
|
||||
.comment-info a.username:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.comment-info .avatar {
|
||||
|
|
@ -5637,7 +5637,7 @@ label, label + * {
|
|||
|
||||
.news-list-homepage .view-all a:hover,
|
||||
.news-list-homepage .view-all a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -5691,7 +5691,7 @@ label, label + * {
|
|||
|
||||
.forum-search-box .advanced a:hover,
|
||||
.forum-search-box .advanced a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.forum-search-page .page-title {
|
||||
|
|
@ -5729,7 +5729,7 @@ label, label + * {
|
|||
|
||||
.forums-table-section-title a:hover,
|
||||
.forums-table-section-title a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.forums-table-section .image div {
|
||||
|
|
@ -5763,7 +5763,7 @@ label, label + * {
|
|||
.forums-table-section .forum-title a:focus,
|
||||
.forums-table-section .topic-title a:hover,
|
||||
.forums-table-section .topic-title a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
@ -5795,7 +5795,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.forums-table-section .view-all a {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 15px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
|
|
@ -5939,7 +5939,7 @@ label, label + * {
|
|||
|
||||
.topic-post a.username:hover,
|
||||
.topic-post a.username:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.topic-post .avatar,
|
||||
|
|
@ -6045,13 +6045,13 @@ label, label + * {
|
|||
.topic-post .post-actions .edit-post-button:focus,
|
||||
.topic-post .post-actions .delete-post-button:hover,
|
||||
.topic-post .post-actions .delete-post-button:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.topic-post .post-actions .post-link-button {
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.topic-post .post-actions .post-link-button:hover,
|
||||
|
|
@ -6229,7 +6229,7 @@ label, label + * {
|
|||
.forum-edit-page .buttons .button-1,
|
||||
.move-topic-page .buttons .button-1,
|
||||
.private-messages .buttons .button-1 {
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
}
|
||||
|
||||
.forum-edit-page .buttons .button-1:hover,
|
||||
|
|
@ -6243,7 +6243,7 @@ label, label + * {
|
|||
|
||||
.private-message-send-page a {
|
||||
font-size: 14px;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.private-message-send-page span {
|
||||
|
|
@ -6307,7 +6307,7 @@ label, label + * {
|
|||
|
||||
.ui-tabs-nav li.ui-state-active a {
|
||||
background-color: #eee;
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.ui-tabs-panel {
|
||||
|
|
@ -6341,7 +6341,7 @@ label, label + * {
|
|||
}
|
||||
|
||||
.private-messages-page td.subject a.pm-unread {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.private-messages-page .pager {
|
||||
|
|
@ -6450,7 +6450,7 @@ label, label + * {
|
|||
|
||||
.latest-posts .topic-title a:hover,
|
||||
.latest-posts .topic-title a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.latest-posts .topic-body {
|
||||
|
|
@ -6674,7 +6674,7 @@ pre {
|
|||
}
|
||||
|
||||
.menu-toggle {
|
||||
background: #4ab2f1 url('../images/menu-icon.png') right center no-repeat;
|
||||
background: #aaa081 url('../images/menu-icon.png') right center no-repeat;
|
||||
padding: 15px;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
|
|
@ -7373,7 +7373,7 @@ pre {
|
|||
}
|
||||
|
||||
.shipment-details-page .tracking-number .tracking-url {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -7881,7 +7881,7 @@ pre {
|
|||
}
|
||||
|
||||
.mini-shopping-cart .name a {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.mini-shopping-cart .name a:hover,
|
||||
|
|
@ -7911,7 +7911,7 @@ pre {
|
|||
.mini-shopping-cart button[type="button"] {
|
||||
display: inline-block;
|
||||
border: none;
|
||||
background-color: #4ab2f1;
|
||||
background-color: #aaa081;
|
||||
padding: 10px 20px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
|
|
@ -7997,7 +7997,7 @@ pre {
|
|||
|
||||
.header-menu > ul > li > a:hover,
|
||||
.header-menu > ul > li > a:focus {
|
||||
color: #4ab2f1;
|
||||
color: #aaa081;
|
||||
}
|
||||
|
||||
.header-menu .sublist {
|
||||
|
|
@ -8384,7 +8384,7 @@ pre {
|
|||
}
|
||||
|
||||
.registration-page .vat-note {
|
||||
margin-left: 275px;
|
||||
/*margin-left: 275px;*/
|
||||
}
|
||||
|
||||
.customer-info-page .vat-note,
|
||||
|
|
@ -8661,7 +8661,7 @@ pre {
|
|||
}
|
||||
|
||||
.registration-page .vat-note {
|
||||
margin-left: 385px;
|
||||
/*margin-left: 385px;*/
|
||||
}
|
||||
|
||||
.customer-info-page .vat-note,
|
||||
|
|
|
|||
Loading…
Reference in New Issue