-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwoocommerce.css
More file actions
111 lines (107 loc) · 4.1 KB
/
woocommerce.css
File metadata and controls
111 lines (107 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.woocommerce span.onsale{
background-color: #ffc107;
color: #000;
}
.woocommerce .star-rating{
color: #ffc823;
}
.woocommerce ul.products li.product .button{
margin-right: 5px;
}
.woocommerce .quantity .qty{
height: 38px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
background-color: #404040;
color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
background-color: #404040;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding: 10px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
width: 55%;
height: 38px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
padding: 5px;
}
.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
body .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-error,
body .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-info,
body .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-message {
padding-left: 3.5em;
margin-left: 0;
}
body .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-error li,
body .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-info li,
body .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-message li{
padding-top: 0;
padding-bottom: 0;
}
body.aft-light-mode .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-error,
body.aft-light-mode .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-info,
body.aft-light-mode .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-message,
body.aft-default-mode .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-error,
body.aft-default-mode .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-info,
body.aft-default-mode .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info).woocommerce-message {
background-color: #fff;
}
/*darrk mode====*/
body.aft-dark-mode .woocommerce-Tabs-panel,
body.aft-dark-mode .woocommerce-info a,
body.aft-dark-mode .woocommerce-Tabs-panel h2,
body.aft-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
color: #404040;
}
body.aft-dark-mode #add_payment_method .cart-collaterals .cart_totals tr td,
body.aft-dark-mode #add_payment_method .cart-collaterals .cart_totals tr th,
body.aft-dark-mode.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.aft-dark-mode.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.aft-dark-mode .woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.aft-dark-mode .woocommerce-checkout .cart-collaterals .cart_totals tr th,
body.aft-dark-mode .woocommerce table.shop_table td,
body.aft-dark-mode .woocommerce table.shop_table{
border-color: rgba(255, 255, 255, 0.1);
}
body.aft-dark-mode .woocommerce-error,
body.aft-dark-mode .woocommerce-info,
body.aft-dark-mode .woocommerce-message,
body.aft-dark-mode #add_payment_method #payment,
body.aft-dark-mode.woocommerce-cart #payment,
body.aft-dark-mode.woocommerce-checkout #payment{
background: #212121;
color: #fff;
}
/*darrk mode====*/