FCLT#80125 mobilefontfamily toegevoegd, met als default waarde leeg, waardoor deze terugvalt op de desktop font-family

svn path=/Website/trunk/; revision=64942
This commit is contained in:
2024-06-03 12:32:55 +00:00
parent c5cf1816a4
commit 178db32019
2 changed files with 6 additions and 11 deletions

View File

@@ -753,7 +753,7 @@ body.modal .fcltblock {
line-height: 2em;
font-size: 0.95em;
font-family: inherit;
}
}
.mobplan {
text-align: center;
@@ -864,15 +864,11 @@ select,
textarea,
button,
.ui-btn {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
font-family: var(--mobilefontfamily, var(--fontfamily))!important;
}
.ui-header {
font-family: -apple-system-headline, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
border: 0 !important;
}
.ui-footer{
font-family: -apple-system-footnote, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif /*{global-font-family}*/ !important;
.ui-header,
.ui-footer {
border: 0 !important;
}
@@ -890,8 +886,6 @@ button,
font-weight: 600;
}
span.count-badge:not(:empty) {
font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans",
"sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
padding: 0.2em .4em;
border: 0;
box-shadow: 0 0 0 1px var(--textcolor);

View File

@@ -441,7 +441,7 @@ FCLTHeader =
buttoncolor: "#081326", /* default, emphasishigh*/
buttonhoverbackgroundcolor: "#0552E8", /* zoals Aareon */
buttonhovercolor: "#FFFFFF",
buttonbackgroundcolormediumlow: "#F7F3F0",
buttonbackgroundcolormediumlow: "#F7F3F0",
buttoncolormediumlow: "#081326", /* emphasismedium, emphasislow */
frameheaderbackgroundcolor: "#EBE3DC", // Aareon: Sand
@@ -472,6 +472,7 @@ FCLTHeader =
tableheadercolor: "#000000", //081326
/* if mobile_enabled */
mobilefontfamily: "",
mobilebackgroundcolor: "#FAFAFA",
mobiletextcolor: "#343F4D",
mobileheaderimage: "mfbanner.png",