From 9deefd424ee060470f3f360797ae40f50b95e293 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 4 Aug 2013 11:46:45 -0400 Subject: [PATCH] Improve Green theme (change red button color) --- themes/green/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/green/css/app.css b/themes/green/css/app.css index 59cdad0..188e376 100644 --- a/themes/green/css/app.css +++ b/themes/green/css/app.css @@ -188,8 +188,12 @@ textarea:focus { border-color: #065806; } +a.btn-red:hover, +a.btn-red:focus, .btn-red:hover, .btn-red:focus, +a.btn-blue:hover, +a.btn-blue:focus, .btn-blue:hover, .btn-blue:focus { background-color: #609C22;