All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.static.WebCmsModule.css.wcm-admin-text-component-styles.scss Maven / Gradle / Ivy

The newest version!
/*!
 * 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 rgb(233, 233, 233);
}

.mce-edit-area, .mce-panel {
  border-color: #eaeaea !important;
}
.wcm-mce-toolbar-hidden {
  .mce-edit-area {
    border: 0;
  }

  .sticky-wrapper, .mce-toolbar-grp {
    display: none;
  }
}

.is-sticky {
  .mce-toolbar-grp {
    border: solid 1px #888888 !important;
    margin-left: -1px;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy