This is an automated email from the ASF dual-hosted git repository.

derjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git

commit be87d39f3c386f022c8182c3060ca34e97271dad
Author: Jan Glaubitz <[email protected]>
AuthorDate: Thu Mar 30 11:55:34 2023 +0200

    empire-db JSF Example
    
    - fix css class grid-white-gap
---
 empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css 
b/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css
index 643519d5..443cba2a 100644
--- a/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css
+++ b/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css
@@ -181,7 +181,7 @@ table.eFormGrid td.eCtlInput {
 
 /* grid-white-gap */
 .grid-white-gap {
-       background-color: red;
+       background-color: white;
 }
 .grid-white-gap .eCtlLabel {
        /* optional */

Reply via email to