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/CoreWebclient/styles/common/tabsbar.less
/*=== Tabsbar CSS ===*/
.tabsbar {
    .theme-tabsbar();
	//display: flex;
	//flex-direction: row;
	//flex-wrap: wrap;
	//align-content: center;
	//align-items: center;
	
	height: @theme-tabs-height;
	
	padding: 0px 5px;
	position: relative;
	z-index: 1000;
	
	& > .content {
/*		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;*/
		height: 100%;

		width: 100%;
		&::before {
			content: "";
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}
	}
	
	.item {
		.theme-tabsbar-item();
		
		color: @tabsbar-item-font-color;
		display: inline-block;
		font-size: @tabsbar-item-fontsize;
		line-height: 120%;
		position: relative;
		text-shadow: @tabsbar-item-font-shadow;
		vertical-align: middle;
		
		//align-self: center;
		
		.cssanimations &.recivedAnim {
			border-radius: 4px;
			
			.animation(highlight 0.5s linear);
		}
		
		&.emails {
			cursor: default;
			
			&.has_control .helper {
				padding-right: 24px;
			}
			
			.icon {
				display: none;
			}
		}

		.link {
			color: inherit;
			display: inline-block;
			outline: none;
			position: relative;
			text-decoration: none;
			vertical-align: middle;
		}
		
		&:hover {
			.theme-tabsbar-item-hover();
		}
		
		&.current {
			.theme-current();
		}
	
		&.expand a,
		.control {
			z-index: 3003;
		}
		
		.helper {
			display: block;
			height: 0;
			overflow: hidden;
			position: relative;
			top: -40px;
			visibility: hidden;
		}

		.unseen {
			.theme-unseen-marker();
			
			border-radius: 7px;
			font-size: 6.4pt;
			height: 11px;
			line-height: 12px;
			position: absolute;
			text-align: center;
			text-shadow: none;
			
			&.one {
				right: -10px;
				width: 11px;
			}
			
			&.two {
				right: -15px;
				width: 16px;
			}
			
			&.three {
				width: 21px;
				right: -20px;
			}
		}
	}
	
	.control {
		cursor: pointer;
		display: inline-block;
		height: 16px;
		padding: 0px;
		position: relative;
		vertical-align: middle;
		width: 14px;
	
		.init-icon-font();
		
		&:before {
			content: "\e66d";
			font-size: 18px;
		}
	}
	
	.expand .control:before {
		content: "\e66e";
	}
	
	.settings,
	.logout {
		//display: block;
		float: right;
		font-size: 8pt;
		height: auto;
		margin-left: 6px;
		margin-right: 0px;
		margin-top: @tabsbar-item-top-offset;
		
		
		//align-self: flex-end;
		
		html.rtl & {
			float: left;
			margin-left: 0px;
			margin-right: 6px;
		}
	}
	
	.logout span {
		cursor: pointer;
	}
	
	.logo img {
		max-height: @theme-tabs-height - 8px; //item padding
	}
	
	.dropdown_helper {
		min-width: 100%;
	}
		
	.dropdown_arrow {
		display: none;
	}
	
	.dropdown_content {
		background: #ffffff;
		border: 1px solid #cccccc;
		color: #555555;
		display: block;
		margin: -30px 0px 0px -2px;
		min-width: 100%;
		padding: 30px 0px 0px 0px;
		
		.item {
			color: inherit;
			display: block;
			margin: 0px;
			padding: 6px 10px;
			font-weight: normal;
			
			&:hover {
				background: #eeeeee;
			}
		}
	}
}