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/MailWebclient/styles/desktop/folders.less
@folderOffset: 16px;

.folderOffset(@level) when (@level < 20) {
	.folder-level@{level} .title {
		padding-left: @folderOffset * @level !important;
		html.rtl & {
			padding-left: 0px !important;
			padding-right: @folderOffset !important;
		}
	}
	
	.folderOffset(@level + 1);
}

.folders {
	.folderOffset(1);

	.ui-droppable-disabled {
		opacity: 1 !important;
	}
}

.folders {
	.title .icon.type1:before {
		content: "\e616";
	}
	
	.title .icon.type2:before {
		content: "\e615";
	}
	
	.title .icon.type3:before {
		content: "\e617";
	}
	
	.title .icon.type4:before {
		content: "\e614";
	}
	
	.title .icon.type5:before {
		content: "\e612";
	}
	
	.item .icon.type10:before {
		content: "\e66c";
	}

	.title .icon.type7,
	.selected .title .icon.type7 {
		&:before {
			color: #ffb736;
			content: "\e613";
			margin-top: -0.1ex;
		}
	}
	
	.item:not(.virtualEmpty) .title .icon.type7 {
		text-shadow: none;
	}
	
	.virtualEmpty .title .icon.type7:before {
		color: #ffffff !important;
	}
	
	.virtualEmpty.selected .title .icon.type7:before {
		color: #ffffff !important;
	}
}

.buttons.big_single_button .button.add_new_folder {
	margin-top: 8px;
}