mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
722c30466d
This was causing some issues when you started typing there, and it's not clear that the white text is really the best way to go anyways Change-Id: I8a9d6571ea204603729e96b7ff77184279a31a95
28 lines
535 B
CSS
28 lines
535 B
CSS
.ve-ce-alienBlockNode {
|
|
background-color: rgb(255,255,186) rgba(255,255,186,0.3);
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
display: block;
|
|
}
|
|
|
|
.ve-ce-alienInlineNode {
|
|
background-color: rgb(255,255,186) rgba(255,255,186,0.3);
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
display: inline;
|
|
}
|
|
|
|
.ve-ce-slug {
|
|
/*display: inline-block;
|
|
margin-right: -1px;
|
|
width: 1px;*/
|
|
}
|
|
|
|
.ve-ce-branchNode h1,
|
|
.ve-ce-branchNode h2,
|
|
.ve-ce-branchNode h3,
|
|
.ve-ce-branchNode h4,
|
|
.ve-ce-branchNode h5,
|
|
.ve-ce-branchNode h6,
|
|
.ve-ce-branchNode p {
|
|
min-height: 1em;
|
|
}
|