IDEMPIERE-4482 Mobile Improvements - Font (#327)

Fix error on collapse icon on field groups
This commit is contained in:
Carlos Ruiz 2020-10-27 19:23:58 +01:00 committed by GitHub
parent 00e94b12ef
commit b005dd503f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ html,body {
margin:0px;
}
[class*="z-"]:not([class*="z-icon-"]) {
[class*="z-"]:not([class*="z-icon-"]):not([class*="z-group-icon-"]) {
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}