Update pivot.css (#23)

* Update pivot.css

Tweak integration of WikiEditor extension

* Update pivot.css

Amend change since font-size is already set at 1.25 em
pull/24/head
Karsten Hoffmeyer 2017-03-22 03:28:21 +01:00 committed by Tom Hutchison
parent c63881a9ed
commit 3c3de28c47
1 changed files with 15 additions and 1 deletions

View File

@ -1125,8 +1125,22 @@ 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 {
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;
}