From 443eed134950fec1f8cec3decb484015eab54e0c Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 21 Apr 2014 09:21:42 -0700 Subject: [PATCH] Added more specific classes to buttons to preserve colors that had gone missing. --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index a54517f..3deed78 100644 --- a/style.css +++ b/style.css @@ -555,13 +555,13 @@ input[type="search"]::-webkit-search-results-button { /* Button Colors & Classes */ -.red, +body .red, .genesis-nav-menu .button { background-color: #f15123; border-color: #f15123; } -.red:hover { +body .red:hover { background-color: #333; border-color: #333; } @@ -571,27 +571,27 @@ input[type="search"]::-webkit-search-results-button { border-color: #555; } -.blue { +body .blue { background-color: #0971b2; border-color: #0971b2; } -.blue:hover { +body .blue:hover { background-color: #333; border-color: #333; } -.green { +body .green { background-color: #00a476; border-color: #00a476; } -.green:hover { +body .green:hover { background-color: #333; border-color: #333; } -.arrow-right:after { +body .arrow-right:after { display: inline-block; content: "\00a0\00a0\f0a9"; font-family: FontAwesome;