This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 573f3ec497f5a8dddb6456212d66bd3bd7c789ea Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Tue Jun 13 11:08:16 2023 +0300 WICKET-7060: Minor improvements to wicket-examples Set text color to black for the autocomplete list items Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- wicket-examples/src/main/resources/org/apache/wicket/examples/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css b/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css index 81fcf9216f..135092cc95 100644 --- a/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css +++ b/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css @@ -1346,6 +1346,7 @@ div.wicket-aa { padding: 2px; margin: 1px 0 0 0; text-align: left; + color: #000000; } div.wicket-aa ul {
