/*
* Copyright (C) 2016-2023 Abre.io Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Affero General Public License version 3
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the Affero General Public License
* version 3 along with this program.  If not, see https://www.gnu.org/licenses/agpl-3.0.en.html.
*/

/* Fullscreen alignment for nav drawer */
.tox.tox-tinymce.tox-fullscreen{
  top:64px !important;
  left: 70px !important;
  width: calc(100% - 70px) !important;
}

/* Dim disabled buttons */
.tox .tox-tbtn--disabled, .tox .tox-tbtn--disabled:hover, .tox .tox-tbtn:disabled, .tox .tox-tbtn:disabled:hover{
  opacity:25% !important;
  cursor: default !important;
}

@media only screen and (max-width: 1024px) {

  /* Fullscreen alignment for nav drawer */
  .tox.tox-tinymce.tox-fullscreen{ top:56px !important; left: 0 !important; width: 100% !important; }

}
