mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-30 00:55:00 +00:00
12 lines
247 B
CSS
12 lines
247 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;
|
||
|
}
|