editor.js/example/tools-inline/term/term.css
2018-07-11 14:40:00 +03:00

24 lines
432 B
CSS

/**
* Styles for the Term tool
*
* CodeX Editor Inline Toolbar plugin
*/
.ce-term-tool__icon {
background-image: url('term.svg');
background-repeat: no-repeat;
background-position: center center;
}
.ce-term-tool__icon--active {
background-image: url('term-blue.svg');
}
.marked {
background-color: #f4f4f4;
border: 1px solid #eaeaea;
color: #3c3434;
padding: 1px 3px;
border-radius: 2px;
margin: 0 2px;
}