From 1f34ad1bbc55ffa0f8171df20357547c9fb24de8 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 17 Nov 2010 15:39:05 +0000 Subject: [PATCH] NIHVIVO-556: styled log in btn --- themes/wilma/css/wilma.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index a558e233..fce6d844 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -714,6 +714,7 @@ p{ .green.button, .green.button:visited { background-color: #749a02; + color:#fff; } .green.button:hover { background-color: #b2d15a; @@ -721,6 +722,7 @@ p{ .blue.button, .blue.button:visited { background-color: #398aac; + color:#fff; } .blue.button:hover { background-color: #58a2c1;