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:
@@ -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);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user