Update pivot.css

Tweak integration of WikiEditor extension
pull/23/head
Karsten Hoffmeyer 2017-03-21 16:01:16 +01:00 committed by GitHub
parent c63881a9ed
commit 18d6673ba4
1 changed files with 16 additions and 1 deletions

View File

@ -1125,8 +1125,23 @@ ul[class*="block-grid"] {
margin: 0;
}
/* WikiEditor Label Fix */
/* WikiEditor related fixes */
/* lable of toolbar */
.wikiEditor-ui-toolbar .label {
background: transparent;
color: #000;
}
/* selection boxes in toolbar adhere to font-size */
.wikiEditor-ui-toolbar .page-characters div span {
font-size: 1.25em;
height: 1.75em;
}
/* backound of controls adhere to #p-cactions */
.wikiEditor-ui-controls {
background-color: #f6f6f6;
}
/* background of buttions adhere to #p-cactions*/
.wikiEditor-ui-buttons {
background-color: #f6f6f6;
}