mediawiki-extensions-Visual.../modules/ve/ce/styles/ve.ce.Nodes.css

12 lines
247 B
CSS
Raw Normal View History

.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;
}