This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 46433e8 Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284) 46433e8 is described below commit 46433e85b76d231f7000707f2b9fa6809f4f08a5 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Aug 6 17:14:40 2021 +0200 Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284) "moz-linear-gradient(bottom" should be better than "moz-linear-gradient(to bottom" --- themes/flatgrey/webapp/flatgrey/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/flatgrey/webapp/flatgrey/style.css b/themes/flatgrey/webapp/flatgrey/style.css index 73b898b..cbeda35 100644 --- a/themes/flatgrey/webapp/flatgrey/style.css +++ b/themes/flatgrey/webapp/flatgrey/style.css @@ -918,7 +918,7 @@ form .basic-table, border-radius: 1em; background: #ddd url(images/button.png) repeat-x; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd)); - background: -moz-linear-gradient(to bottom, #fff 0%, #ddd 100%); + background: -moz-linear-gradient(bottom, #fff 0%, #ddd 100%); border: 0.1em solid; border-color: #ddd #bbb #999; cursor: pointer; @@ -1502,7 +1502,7 @@ input[type="button"] { border-radius: 1.1em; background: #ddd url(images/button.png) repeat-x; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd)); - background: -moz-linear-gradient(to bottom, #fff 0%, #ddd 100%); + background: -moz-linear-gradient(bottom, #fff 0%, #ddd 100%); border: 0.1em solid; border-color: #ddd #bbb #999; cursor: pointer;