Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions css/markdown-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,28 @@
.EasyMDEContainer .editor-toolbar button i.fa-undo::before { content: "\21B6"; }
.EasyMDEContainer .editor-toolbar button i.fa-repeat::before { content: "\21B7"; }
.EasyMDEContainer .editor-toolbar button i.fa-eraser::before { content: "\232B"; }
.EasyMDEContainer .editor-toolbar button i.fa-underline::before { content: "U"; text-decoration: underline; }
.EasyMDEContainer .editor-toolbar button i.fa-font::before { content: "A"; font-weight: bold; }

/*
* The colour menu: one row per colour, its "A" in that colour (set by
* markdown-editor.js from the website's palette) next to its name.
*/
.EasyMDEContainer .editor-toolbar .easymde-dropdown-content {
background-color: #fff;
border: 1px solid #c7c3bf;
padding: 2px 0;
z-index: 10;
}

.EasyMDEContainer .editor-toolbar .easymde-dropdown-content button {
display: block;
width: 100%;
text-align: left;
white-space: nowrap;
color: #333;
font-weight: normal;
}

/* ---- Rendered Markdown ---- */

Expand Down
Loading
Loading