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 df0f13e5f2
commit f60c964d14
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;}
#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 {
padding-left: 8px !important;
}

View File

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

View File

@ -9,7 +9,6 @@
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package mail
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/layout_definitions.less";
@ -1214,4 +1213,4 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb {
table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
background: #555;
}
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid @gray_30;}
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid @gray_30;}