mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-04-01 18:53:15 +02:00
Update pivot.css
Tweak integration of WikiEditor extension
This commit is contained in:
parent
c63881a9ed
commit
18d6673ba4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user