2012-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2012-06-20 17:38:08 +00:00
parent 5e5570f5c4
commit e4929855dd
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2012-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora_black.css: Autocomplete text is visible in
black style.
Fixes: #3524691
2012-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/groups/modu_group_list.php: Fixed module update when a

View File

@ -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;
}