IDEMPIERE-4482 Mobile Improvements - Font (#324)
* IDEMPIERE-4482 Mobile Improvements - Font Change font to improve the L&F * Move font-family to generic definition in theme.css.dsp * Remove unnecessary font-family settings
This commit is contained in:
parent
237df8203c
commit
86732d69b7
|
@ -28,7 +28,6 @@
|
|||
}
|
||||
|
||||
.desktop-header-font {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
@ -266,4 +265,4 @@
|
|||
.user-panel-popup .z-popup-content > .z-vlayout {
|
||||
overflow-x: auto;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@ tr.z-group {
|
|||
}
|
||||
|
||||
.z-group-header .z-label {
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
color: #333;
|
||||
width: auto;
|
||||
font-weight: bold;
|
||||
|
@ -31,4 +30,4 @@ tr.z-group {
|
|||
}
|
||||
.z-group-icon-open:before {
|
||||
content: "\f0d7";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
.z-tab-selected .z-tab-text, .z-tab .z-tab-text, div.z-treefooter-content, div.z-treecell-content, div.z-treecol-content,
|
||||
.z-label, .z-toolbarbutton-content, tr.z-treerow, tr.z-treerow a, tr.z-treerow a:visited {
|
||||
color: #333;
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
||||
.z-tab-button :hover {
|
||||
|
|
|
@ -9,7 +9,7 @@ html,body {
|
|||
width: 100%;
|
||||
background-color: #D4E3F4;
|
||||
color: #333;
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -19,6 +19,7 @@ html,body {
|
|||
|
||||
[class*="z-"]:not([class*="z-icon-"]) {
|
||||
font-size: 14px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
<%-- Mobile/Tablet --%>
|
||||
|
|
Loading…
Reference in New Issue