From e4929855dd6fa93c4c77ec364fe84ceb3c2a327c Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Wed, 20 Jun 2012 17:38:08 +0000 Subject: [PATCH] 2012-06-20 Juan Manuel Ramon * include/styles/pandora_black.css: Autocomplete text is visible in black style. Fixes: #3524691 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6638 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/styles/pandora_black.css | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 11051504a6..cb0cc8850a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-06-20 Juan Manuel Ramon + + * include/styles/pandora_black.css: Autocomplete text is visible in + black style. + + Fixes: #3524691 + 2012-06-20 Juan Manuel Ramon * godmode/groups/modu_group_list.php: Fixed module update when a diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 033036e9db..c4b7e00a09 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -337,3 +337,8 @@ input#text-id_parent.ac_input, input, textarea, select{ .info_box { box-shadow: 0px 5px 5px rgb(22,22,22); } + + +.ac_results { + color: #000000 !important; +}