MediaWiki:Common.css: Difference between revisions

Fix VisualEditor toolbar overlap and apply OSRS colors
Push VE toolbar down so it does not hide under menu
Line 609: Line 609:
     background-color: #fcf6e8 !important;
     background-color: #fcf6e8 !important;
     border: 1px solid #b3a07d !important;
     border: 1px solid #b3a07d !important;
}
/* --- 16. Push VisualEditor Down --- */
/* Remove the z-index that hid the toolbar, and physically push it down so the buttons are visible */
#mw-head {
    z-index: auto !important;
}
.ve-init-mw-desktopArticleTarget-toolbar {
    z-index: 10 !important;
    margin-top: 48px !important; /* Push it down below the beige header bar */
}
}