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/pagination.less
.pagination {
	cursor: default;
	display: block;
	text-align: right;
	
	html.rtl & {
		text-align: left;
	}

	.pages {
		display: inline-block;
		vertical-align: middle;
	}
	
	.item {
		color: #aaaaaa;
		cursor: pointer;
		display: inline-block;
		font-size: 12pt;
		vertical-align: middle;
		
		.csstransitions & {
			.transition(color 200ms ease 0s);
		}
		
		&:hover {
			color: #777777;
		}
		
		&.current {
			color: #000000;
			cursor: default;
		}
		
		&.first,
		&.last,
		&.prev,
		&.next
		{
			.init-icon-font();
			
			display: inline-block;
			line-height: 18px;
			vertical-align: middle;
			
			&:before {
				display: inline-block;
				font-size: 18px;
				vertical-align: middle;
			}
		}
		
		&.first:before {
			content: "\e64e";

			html.rtl & {
				content: "\e64d";
			}
		}
		
		&.last:before {
			content: "\e64d";

			html.rtl & {
				content: "\e64e";
			}
		}
		
		&.prev:before {
			content: "\e64b";
			
			html.rtl & {
				content: "\e64c";
			}
		}
		
		&.next:before {
			content: "\e64c";
			
			html.rtl & {
				content: "\e64b";
			}
		}
	}
	
	.pages .item {
		padding: 0px 2px;
	}
}