remove mail specific sizing of paragraph and font selection in TinyMCE

This commit is contained in:
ralf 2022-05-06 12:36:53 +02:00
parent 7796eb23f9
commit 2c87752d75
3 changed files with 1 additions and 10 deletions

View File

@ -972,13 +972,6 @@ img.smime_cert_unknownemail {
div#mail-index_nm.splitter-pane {min-height: 100px;} div#mail-index_nm.splitter-pane {min-height: 100px;}
#mail-index_mailSplitter .splitter-bar-horizontal {background: white;} #mail-index_mailSplitter .splitter-bar-horizontal {background: white;}
#mail-compose .tox.tox-tinymce .tox-tbtn--bespoke:first-child > .tox-tbtn__select-label {
width: 6px;
}
#mail-compose .tox.tox-tinymce .tox-tbtn--bespoke .tox-tbtn__select-label {
width: 3em;
}
#calendar-meeting table.et2_grid.meetingRequest td { #calendar-meeting table.et2_grid.meetingRequest td {
padding-left: 8px !important; padding-left: 8px !important;
} }

View File

@ -9,7 +9,6 @@
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de> * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package mail * @package mail
* @version $Id$
*/ */
textarea { textarea {
font-family: monospace, sans-serif; font-family: monospace, sans-serif;

View File

@ -9,7 +9,6 @@
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de> * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package mail * @package mail
* @version $Id$
*/ */
@import (reference) "../../../pixelegg/less/layout_definitions.less"; @import (reference) "../../../pixelegg/less/layout_definitions.less";