|
|
| (4 intermediate revisions by the same user not shown) |
| Line 69: |
Line 69: |
| } | | } |
| /*------------------22-06-2026-----------------------*/ | | /*------------------22-06-2026-----------------------*/ |
| /* Fix MobileFrontend editor overlay */
| |
|
| |
| .overlay,
| |
| .overlay-content,
| |
| .overlay-content-holder,
| |
| .overlay-content-container,
| |
| .editor-overlay,
| |
| .mf-overlay,
| |
| .mf-overlay-content,
| |
| .minerva-overlay,
| |
| .overlay-enabled .overlay {
| |
| background: #fff !important;
| |
| opacity: 1 !important;
| |
| }
| |
|
| |
| /* Editor page */
| |
| .editor-overlay textarea,
| |
| #wpTextbox1 {
| |
| background: #fff !important;
| |
| position: relative !important;
| |
| z-index: 9999 !important;
| |
| }
| |
|
| |
| /* Hide underlying page while editing */
| |
| .overlay-enabled .mw-parser-output,
| |
| .overlay-enabled #mw-content-text,
| |
| .overlay-enabled .page-content,
| |
| .overlay-enabled .content,
| |
| .overlay-enabled .mf-section-0 {
| |
| visibility: hidden !important;
| |
| }
| |
|
| |
| /* Keep editor visible */
| |
| .overlay-enabled .overlay,
| |
| .overlay-enabled .overlay-content,
| |
| .overlay-enabled #editor {
| |
| visibility: visible !important;
| |
| }
| |