diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index d91d478a46..74966c176a 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -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; } \ No newline at end of file diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 4f2bd9631c..c7ce499537 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -9,7 +9,6 @@ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhard * @package mail - * @version $Id$ */ textarea { font-family: monospace, sans-serif; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index ac92141d40..67635898db 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -9,7 +9,6 @@ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhard * @package mail - * @version $Id$ */ @import (reference) "../../../pixelegg/less/layout_definitions.less"; @@ -1220,4 +1219,4 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover { margin-left: 0px; padding-left: 0px; -} +} \ No newline at end of file