mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
parent
a4912f64e5
commit
0a2c98835b
@ -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>
|
2012-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* godmode/groups/modu_group_list.php: Fixed module update when a
|
* godmode/groups/modu_group_list.php: Fixed module update when a
|
||||||
|
@ -337,3 +337,8 @@ input#text-id_parent.ac_input, input, textarea, select{
|
|||||||
.info_box {
|
.info_box {
|
||||||
box-shadow: 0px 5px 5px rgb(22,22,22);
|
box-shadow: 0px 5px 5px rgb(22,22,22);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ac_results {
|
||||||
|
color: #000000 !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user