From 67af6368e04d07e6eb08f27f90de48d171ccf676 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 4 Oct 2014 17:48:57 +0200 Subject: [PATCH] Issue #2281451 by xgen2, Mukeysh, nathanlawson91 | a_thakur: Fixed Search form enabled in header region does not show the typed text. --- core/themes/bartik/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 6c0ef34b432..704f643e5c4 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -1476,6 +1476,7 @@ input.form-color, textarea.form-textarea, select.form-select { border: 1px solid #ccc; + color: #3b3b3b; } input.form-submit:hover, input.form-submit:focus {