views.static.WebCmsModule.css.wcm-admin-text-component-styles.css Maven / Gradle / Ivy
/*!
* Copyright 2017 the original author or authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the styles specific to text component management in the admin UI.
*/
body .CodeMirror {
height: auto;
border: solid 1px #eaeaea;
font-size: 13px; }
.cke_editable_inline {
padding: 5px 10px;
border: solid 1px #e9e9e9; }
.mce-edit-area, .mce-panel {
border-color: #eaeaea !important; }
.wcm-mce-toolbar-hidden .mce-edit-area {
border: 0; }
.wcm-mce-toolbar-hidden .sticky-wrapper, .wcm-mce-toolbar-hidden .mce-toolbar-grp {
display: none; }
.is-sticky .mce-toolbar-grp {
border: solid 1px #888888 !important;
margin-left: -1px; }
/*# sourceMappingURL=wcm-admin-text-component-styles.css.map */