Skip to content

Commit

Permalink
! the theme fonts were not always used in the wizzy editor
Browse files Browse the repository at this point in the history
! the font color was not the same as the non wizzy or post page
  • Loading branch information
Spuds committed Sep 6, 2015
1 parent dcc5b2a commit b2d44de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
@@ -1,10 +1,10 @@
html, body, p, code:before, table {
margin: 0;
padding: 0;
color: #111;
color: #444;
}
html>body>p, html>body>div {
font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
[contenteditable="true"] {
font: 90%/130% Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
ul, ol {
margin-top: 0;
Expand Down
6 changes: 3 additions & 3 deletions themes/default/css/_light/jquery.sceditor.elk_wiz_light.css
@@ -1,10 +1,10 @@
html, body, p, code:before, table {
margin: 0;
padding: 0;
color: #111;
color: #444;
}
html>body>p, html>body>div {
font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
[contenteditable="true"] {
font: 87.5%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
}
ul, ol {
margin-top: 0;
Expand Down

0 comments on commit b2d44de

Please sign in to comment.