1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-29 08:17:36 +01:00

Fixes for Visual Editor to Work

This commit is contained in:
Tom Hutchison
2017-03-29 11:39:45 -04:00
parent e84c9c9a7e
commit 237fcc81bc
4 changed files with 20 additions and 5 deletions

View File

@@ -1143,4 +1143,15 @@ ul[class*="block-grid"] {
/* background of buttions adhere to #p-cactions*/
.wikiEditor-ui-buttons {
background-color: #f6f6f6;
/* Visual Editor Fixes */
.ve-activated #content {
margin-top: 4em;
}
.ve-ce-documentNode {
background:#fff;
}
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link {
display: inline !important;
}