/**
 * webEdition CMS
 *
 * $Rev: 15093 $
 * $Author: mokraemer $
 * $Date: 2018-03-21 12:07:05 +0100 (Wed, 21 Mar 2018) $
 *
 * This source is part of webEdition CMS. webEdition CMS is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	http://www.gnu.org/copyleft/gpl.html  GPL
 */
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
.weMarkInputError, input:invalid, select:invalid {
  background-color: #f88 ! important; }

.weEditmodeStyle {
  border: 0 ! important;
  padding: 5px; }

.weEditTable {
  background-color: transparent;
  border: 1px solid #a5aaae;
  color: black;
  font-size: 12px; }

div.we_blockControls button, div.we_blockControls select {
  margin-right: 1em; }

.we_blockControls button.weBtn, table.mceLayout button.weBtn {
  margin-left: 0 !important; }

.largeicons span.fileicon {
  font-size: 32px; }

.grayicons span.fileicon, .grayicons i.we-color {
  color: lightgray; }

.tag_img_icon {
  padding: 4px 0 4px 0; }

table.weSwitcher {
  background-color: #325e94;
  padding: 5px;
  border: 0; }
  table.weSwitcher tr td {
    padding: 0 1em; }
