HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/www/public_html/webmail/modules/MailNotesPlugin/styles/styles.less
.MailNotesPlugin {
	.message_viewer .notes_container {
		&.panel_center {
			font-size: 16px;
		}

		&.panel_bottom {
			padding: 20px;

			.buttons {
				margin: 0px;
				text-align: left;

				html.rtl & {
					text-align: right;
				}
			}
		}

		.note_edit {
			width: 100%;
			height: 100%;
			border: none;
			outline: none;
			resize: none;
			padding: 20px;
			box-sizing: border-box;

			&::-webkit-input-placeholder { color: #bbbbbb; }
			&::-moz-placeholder          { color: #bbbbbb; }/* Firefox 19+ */
			&:-moz-placeholder           { color: #bbbbbb; }/* Firefox 18- */
			&:-ms-input-placeholder      { color: #bbbbbb; }
		}
	}

	/* Notes icon should be changed only for level 1 */
	.folders .item .icon.type10.Notes:before {
		content: "\e909" !important;
	}
	.folders .children .item .icon.type10.Notes:before {
		content: "\e66c" !important;
	}
}