mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-21 18:09:03 +01:00
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
This commit is contained in:
parent
c63881a9ed
commit
3c3de28c47
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user