From 53b7c3fa775c1c3bbd5582445147a9d2cb25ca8b Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Tue, 19 Jan 2010 23:13:03 +0000
Subject: [PATCH] make text white for submit input in colorbox

---
 plugins/unl_theme/views/default/css.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php
index c3d5b3a5..55f08652 100644
--- a/plugins/unl_theme/views/default/css.php
+++ b/plugins/unl_theme/views/default/css.php
@@ -93,8 +93,8 @@
 	#colorbox .sec_main {
 		border-left:3px solid #83b750;
 	}
-	#colorbox input {
-		color:#000;
+	#colorbox input[type=submit] {
+		color:#fff;
 	}
 	/* End colorbox */
 <?php } //end if not logged in ?>
-- 
GitLab