Skip to content

Commit

Permalink
#184 cke panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendk committed Oct 26, 2017
1 parent b8989a7 commit 4ec72b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions elevenfeat/templates/form/ckeditor/ckeditortheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,19 @@ div .cke .cke_combo_off a.cke_combo_button:active {
box-shadow: none;
}

.cke_panel {
border: 1px solid var(--asphalt);

}

.cke_panel_grouptitle {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
font-weight: bold;
color: var(--concrete);
}
.cke_panel_listItem a{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* -- bottom -----------------------------------------------------------------*/
.cke .cke_bottom {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion elevenfeat/templates/quickedit/quickedit.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Quickedit
}


.quickedit-highlighted:before {
.quickedit-highlighted:before:hover {
box-sizing: border-box;
position: absolute;
content: '';
Expand Down

0 comments on commit 4ec72b6

Please sign in to comment.