mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
43a6abec2d
Change-Id: Idf31a742ee98067688becf46b357c25cd10ddbc6
18 lines
326 B
CSS
18 lines
326 B
CSS
.ve-ce-alienBlockNode {
|
|
background-color: rgba(255,255,186,0.3);
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
display: block;
|
|
}
|
|
|
|
.ve-ce-alienInlineNode {
|
|
background-color: 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;*/
|
|
}
|