This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new aa4c6a8 Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)
aa4c6a8 is described below
commit aa4c6a81971952b5b3cce7af44664bf91f7f5022
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sun Feb 21 12:17:24 2021 +0100
Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)
Enlarges #more-app in rainbowstone-main-theme.less from 40 to 200px
---
themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less
index e96132d..ee14b3f 100644
--- a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less
+++ b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less
@@ -605,7 +605,7 @@ li.line-odd {
justify-content: center;
font-weight: bold;
font-size: 1.4em !important;
- width: 40px;
+ width: 200px;
height: @app-bar-height;
color: @font-color-for-dark;
}