diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 6e67c2bf8e..781b2ec9df 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7440,6 +7440,7 @@ form[id^="tracker-"] .dialogHeadbar { height: 100%; line-height: 46px; color: #26537C; + font-size: 12pt; } body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat a.chzn-single div, body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat a.chzn-single div { @@ -7454,6 +7455,14 @@ form[id^="tracker-"] .dialogHeadbar { body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop { width: 100%; } + body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop ul, + body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop ul { + font-size: 12pt; + } + body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop ul li, + body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop ul li { + line-height: 24px; + } body .et2_nextmatch .nextmatch_header.nm_header_hide { display: none !important; } diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 0c260420d9..c34dff93e0 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -567,6 +567,7 @@ height: 100%; line-height: 46px; color: #26537C; + .mob-fontsize-l; } div { width: 40px; @@ -578,6 +579,12 @@ } div.chzn-drop { width: 100%; + ul { + .mob-fontsize-l; + li { + line-height: 24px; + } + } } } }