IDEMPIERE-4482 Mobile Improvements - Font (#327)
Fix error on collapse icon on field groups
This commit is contained in:
parent
00e94b12ef
commit
b005dd503f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue