From d1bad326898569b60f15c4fd257808944d4b3e42 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Tue, 19 Jan 2010 23:09:56 +0000 Subject: [PATCH] switch text color in colorbox inputs from white to black. --- plugins/unl_theme/views/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index 076f0ad8..c3d5b3a5 100644 --- a/plugins/unl_theme/views/default/css.php +++ b/plugins/unl_theme/views/default/css.php @@ -94,7 +94,7 @@ border-left:3px solid #83b750; } #colorbox input { - color:#fff; + color:#000; } /* End colorbox */ <?php } //end if not logged in ?> -- GitLab