Skip to content

Commit

Permalink
fixed tinymce colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alesdotio committed Nov 30, 2012
1 parent 621fab5 commit af084cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion djangocms_admin_style/sass/partials/_content.scss
Expand Up @@ -181,8 +181,9 @@ a.addlink {
form #searchbar { padding: 6px 5px 8px 5px !important; font-size: 100%; }
}
#changelist-filter {
min-height: 100%; background: #fafafa; @include border-top-right-radius(); @include border-bottom-right-radius();
h2 { background: none; color: $font-color-light; padding: 2px 9px; }
h3 { margin-bottom: 5px; }
h3 { margin: 5px 0; }
ul {
font-size: 12px; margin-bottom: 10px;
li { margin-bottom: 2px; }
Expand Down Expand Up @@ -246,3 +247,9 @@ a.addlink {
right: -3px !important; }
.current .deletelink { right: -12px !important; }
}

// tinyMCE
.mceEditor {
tr { background: none; }
tr:hover { background: inherit; }
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af084cb

Please sign in to comment.