/* Hide native phpbb BBCode buttons */
#imgurAnchor, /* flat boots */
#format-buttons,
#core-bbcode-buttons,
#custom-bbcode-buttons {
	display: none;
}

/* ABBC3 BBCode buttons */
.abbc3_button {
	vertical-align: middle;
	background: transparent no-repeat center;
	background-size: 20px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.abbc3_button:hover,
.abbc3_select:hover,
.abbc3_font_menu_btn a:hover {
	border: 1px solid #b4bac0;
	cursor: pointer;
  color: currentColor !important;
}

#bbcode_wizard .disabled {
  opacity: 0.8;
  cursor: not-allowed;
}