Schriftfarbe bei belegten Terminen geändert

This commit is contained in:
Gerald Raab
2018-10-24 15:11:58 +02:00
parent e00ccee235
commit 33c593c00c
Regular → Executable
+3 -3
View File
@@ -619,7 +619,7 @@ echo '
});
}
});
// Autocomplete Feld fuer Ressourcen initialisieren
$("#input_ressource").autocomplete({
source: "coodle_autocomplete.php?work=ressource",
@@ -708,8 +708,8 @@ echo '
error: function() {
alert("Error fetching data for "+typ+" "+id);
},
color:"lightgrey"
//textColor:"black"
color:"lightgrey",
textColor:"#777"
});
}