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:
Carlos Ruiz 2020-10-27 18:07:02 +01:00 committed by GitHub
parent 237df8203c
commit 86732d69b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View File

@ -28,7 +28,6 @@
} }
.desktop-header-font { .desktop-header-font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
} }
@ -266,4 +265,4 @@
.user-panel-popup .z-popup-content > .z-vlayout { .user-panel-popup .z-popup-content > .z-vlayout {
overflow-x: auto; overflow-x: auto;
padding: 8px; padding: 8px;
} }

View File

@ -4,7 +4,6 @@ tr.z-group {
} }
.z-group-header .z-label { .z-group-header .z-label {
font-family: Helvetica,Arial,sans-serif;
color: #333; color: #333;
width: auto; width: auto;
font-weight: bold; font-weight: bold;
@ -31,4 +30,4 @@ tr.z-group {
} }
.z-group-icon-open:before { .z-group-icon-open:before {
content: "\f0d7"; content: "\f0d7";
} }

View File

@ -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-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 { .z-label, .z-toolbarbutton-content, tr.z-treerow, tr.z-treerow a, tr.z-treerow a:visited {
color: #333; color: #333;
font-family: Helvetica,Arial,sans-serif;
} }
.z-tab-button :hover { .z-tab-button :hover {

View File

@ -9,7 +9,7 @@ html,body {
width: 100%; width: 100%;
background-color: #D4E3F4; background-color: #D4E3F4;
color: #333; 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; overflow: hidden;
} }
@ -19,6 +19,7 @@ html,body {
[class*="z-"]:not([class*="z-icon-"]) { [class*="z-"]:not([class*="z-icon-"]) {
font-size: 14px; font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
} }
<%-- Mobile/Tablet --%> <%-- Mobile/Tablet --%>