MediaWiki:VisEd.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
(Created page with "/* ======================= This file exists to tweak certain elements of the VisualEditor in order to bring it into better harmony with this wiki's theme. Version...") |
No edit summary |
||
Line 11: | Line 11: | ||
.ve-init-mw-viewPageTarget-toolbar-editNotices { | .ve-init-mw-viewPageTarget-toolbar-editNotices { | ||
background-color:#012c57; | background-color:#012c57; | ||
} | |||
/* ensures "more" remains black, regardless of skin */ | |||
.ve-ui-popupToolGroup-handle .ve-ui-labeledElement-label { | |||
color:black; | |||
} | } |
Revision as of 20:20, 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]]
======================== */
.ve-init-mw-viewPageTarget-toolbar-editNotices {
background-color:#012c57;
}
/* ensures "more" remains black, regardless of skin */
.ve-ui-popupToolGroup-handle .ve-ui-labeledElement-label {
color:black;
}