|
/* Main button color */ |
|
button, |
|
input[type="button"], |
|
input[type="reset"], |
|
input[type="submit"], |
|
.button, |
|
.entry-content .button, |
|
.menu-item.highlight a, |
|
.woocommerce a.button, |
|
.woocommerce button.button, |
|
.woocommerce input.button, |
|
.woocommerce .button.alt.single_add_to_cart_button, |
|
.woocommerce .button.alt.checkout-button { |
|
background-color: blue; |
|
} |
|
|
|
/* Main button color hover */ |
|
button:hover, |
|
button:focus, |
|
input:hover[type="button"], |
|
input:focus[type="button"], |
|
input:hover[type="reset"], |
|
input:focus[type="reset"], |
|
input:hover[type="submit"], |
|
input:focus[type="submit"], |
|
.button:hover, |
|
.button:focus, |
|
.entry-content .button:hover, |
|
.entry-content .button:focus, |
|
.menu-item.highlight.current-menu-item > a, |
|
.menu-item.highlight > a:hover, |
|
.menu-item.highlight > a:focus, |
|
.woocommerce a.button:hover, |
|
.woocommerce a.button:focus, |
|
.woocommerce button.button:hover, |
|
.woocommerce button.button:focus, |
|
.woocommerce input.button:hover, |
|
.woocommerce input.button:focus, |
|
.woocommerce .button.alt.single_add_to_cart_button:hover, |
|
.woocommerce .button.alt.single_add_to_cart_button:focus, |
|
.woocommerce .button.alt.checkout-button:hover, |
|
.woocommerce .button.alt.checkout-button:focus { |
|
background-color: darkblue |
|
} |
|
|
|
/* Alt button color */ |
|
.button.alt, |
|
.comment-reply-link, |
|
.entry-content .button.alt, |
|
.entry-content .more-link, |
|
.footer-widgets .button, |
|
.site-footer .button, |
|
.woocommerce .actions .button, |
|
.woocommerce a.button.alt, |
|
.woocommerce a.button.add_to_cart_button { |
|
background-color: green; |
|
} |
|
|
|
/* Alt button color hover */ |
|
.button.alt:hover, |
|
.button.alt:focus, |
|
.comment-reply-link:hover, |
|
.comment-reply-link:focus, |
|
.entry-content .button.alt:hover, |
|
.entry-content .button.alt:focus, |
|
.entry-content .more-link:hover, |
|
.entry-content .more-link:focus, |
|
.footer-widgets .button:hover, |
|
.footer-widgets .button:focus, |
|
.site-footer .button:hover, |
|
.site-footer .button:focus, |
|
.woocommerce .actions .button:hover, |
|
.woocommerce .actions .button:focus, |
|
.woocommerce a.button.alt:hover, |
|
.woocommerce a.button.alt:focus, |
|
.woocommerce a.button.add_to_cart_button:hover, |
|
.woocommerce a.button.add_to_cart_button:focus { |
|
background-color: darkgreen; |
|
} |