Skip to content

Instantly share code, notes, and snippets.

@opi
Created February 26, 2015 11:18
Show Gist options
  • Save opi/45de0e8258b82d298dc5 to your computer and use it in GitHub Desktop.
Save opi/45de0e8258b82d298dc5 to your computer and use it in GitHub Desktop.
Drupal Fix seven CSS for wysiwyg textfields
/* Fix seven CSS stupidity */
.wysiwyg-toggle-wrapper {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 0 8px;
}
.filter-wrapper,
.wysiwyg-toggle-wrapper {
margin-right: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment