Created
February 26, 2015 11:18
-
-
Save opi/45de0e8258b82d298dc5 to your computer and use it in GitHub Desktop.
Drupal Fix seven CSS for wysiwyg textfields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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