FSN#37849 font-family mobile

svn path=/Website/branches/v2016.2/; revision=30935
This commit is contained in:
Ruud Lipper
2016-09-30 13:04:17 +00:00
parent cdd280a93c
commit 36f1922ac7

View File

@@ -123,8 +123,9 @@ div.dbezet .plantime {color: #333;}
}
.mobile2touch a {
font-size: .8em;
color: #ccd !important;
font-weight: 400 !important;
color: #fff !important;
font-size: 0.8em;
}
.micon {
@@ -304,8 +305,16 @@ select,
textarea,
button,
.ui-btn {
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
}
.ui-header {
font-family: -apple-system-headline, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
}
.ui-footer{
font-family: -apple-system-footnote, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
}
input,
textarea,
@@ -322,8 +331,10 @@ textarea {
color: #CD2324;
}
.flexlabelvalue, .fldfinreg1, .fldfinreg2 {
font-size: 13px !important;
font-size: 0.9em; !important;
color: #777 !important;
padding-top: 2px;
padding-bottom: 2px;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
@@ -333,7 +344,7 @@ div.ui-controlgroup-label {
}
.ui-mobile label, .ui-mini {
font-size: 1em !important;
font-weight: 600 !important;
font-weight: 400 !important;
}
/* Buttons
@@ -368,7 +379,7 @@ html body .ui-group-theme-d .ui-bar-inherit,
html .ui-bar-e .ui-bar-inherit,
html .ui-body-e .ui-bar-inherit,
html body .ui-group-theme-e .ui-bar-inherit {
font-weight: lighter !important;
font-weight: normal !important;
}
.ui-bar-b,
@@ -401,6 +412,10 @@ html body .ui-group-theme-d a,
html .ui-bar-e a,
html .ui-body-e a,
html body .ui-group-theme-e a {
font-weight: lighter !important;
font-weight: normal;
}
/* einde font-weight overrule */
/* einde font-weight overrule */
.ui-overlay-c,.ui-page-theme-c,.ui-page-theme-c .ui-panel-wrapper{
color: #555;
}