mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
ea9191b5b4
Change-Id: Iabd5ee3edde5747952c4b78ef6e9cd5949016050
17 lines
321 B
CSS
17 lines
321 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;
|
|
} |