MediaWiki:VisEd.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
Line 9: Line 9:
   ======================== */
   ======================== */


div.ve-init-mw-viewPageTarget-toolbar-editNotices,
.ve-init-mw-viewPageTarget-toolbar-editNotices {
.ve-init-mw-viewPageTarget-toolbar-editNotices {
     background-color:#012c57!important;
     background-color:#012c57!important;

Revision as of 20:24, 25 November 2013

/* =======================
   This file exists to tweak certain elements
   of the VisualEditor in order to bring it
   into better harmony with this wiki's theme.

   Version 0.1 November 2013
   
   Principal author: [[user:CzechOut]]
   ======================== */

div.ve-init-mw-viewPageTarget-toolbar-editNotices,
.ve-init-mw-viewPageTarget-toolbar-editNotices {
    background-color:#012c57!important;
}

/* ensures "more" remains black, regardless of skin */

.ve-ui-popupToolGroup-handle .ve-ui-labeledElement-label {
    color:black !important;
}