diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index a063ecfb2c..42927dabee 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7973,6 +7973,12 @@ form[id^="tracker-"] .dialogHeadbar { width: 46px; height: 46px !important; } + body span.et2_file_span:hover { + background: transparent !important; + box-shadow: none !important; + border: none; + color: transparent; + } body .chzn-container ul.chzn-choices { background: none; border: none; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 5abde1138f..e1b8d740b2 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -1099,6 +1099,12 @@ height: 46px !important; } } + span.et2_file_span:hover { + background: transparent !important; + box-shadow: none !important; + border: none; + color: transparent; + } /*Chosen*/ .chzn-container { ul.chzn-choices {