editor.css in Cookie Content Blocker 7
Cookie content blocker CKEditor styling.
This styling is very basic and easy to override.
File
modules/cookie_content_blocker_ckeditor/plugins/ckeditor/cookie_content_blocker/styles/editor.cssView source
- /**
- * @file
- * Cookie content blocker CKEditor styling.
- *
- * This styling is very basic and easy to override.
- */
-
- .cookie-content-blocker {
- position: relative;
- display: block;
- margin-bottom: 15px;
- padding: 5px 5px 5px 40px;
- background: #eee;
- border-width: 1px;
- border-style: dashed dashed dashed solid;
- border-color: #bc3d2f;
- min-height: 1em;
- }
- .cookie-content-blocker:before {
- content: url('../images/icon-white.png');
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- display: block;
- padding: 3px;
- background: #bc3d2f;
- }