dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-button, [role=button]),:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-dropdown, .oo-ui-popupButtonWidget)>:is(.wds-button, [role=button]) {
	color: var(--theme-link-color)!important;
	border: 1px solid var(--theme-link-color)!important;
	background: rgba(var(--theme-link-color--rgb), 0.2)!important;
	opacity: 0.5;
	padding: 7px 12px!important;
	height: 36px!important;
	box-sizing: border-box!important;
}
.ve-fd-header__actions>.ve-header-action-item {
	margin:0!important;
}
:is(.ve-fd-header__actions, .page-header__actions) :is(.wds-button, [role=button]).wds-is-text:not(.has-label) {
	width: 32px!important;
	padding: 7px!important;
}
.page-header__action-button.has-label .wds-icon {
    margin-right: 6px!important;
}
:is(.ve-fd-header__actions, .page-header__actions) :is(.wds-button, [role=button]):hover, :is(.ve-fd-header__actions, .page-header__actions) :is(.wds-button, [role=button]).selected {
	opacity: 1;
}
:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-button, [role=button]),:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-dropdown, .oo-ui-popupButtonWidget)>:is(.wds-button, [role=button]) {
	margin: 0!important;
	border-radius: 0!important;
}
:is(.ve-fd-header__actions, .page-header__actions) :is(.wds-button, [role=button]):before, .ve-fd-header__actions>.ve-header-action-item:before {
	content:normal!important;
}
:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-button, [role=button]):not(:first-child):not(:last-child),:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-dropdown, .oo-ui-popupButtonWidget):not(:first-child):not(:last-child)>:is(.wds-button, [role=button]) {
	border-width: 1px 0!important;
}
:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-button, [role=button]):first-child,:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-dropdown, .oo-ui-popupButtonWidget):first-child>:is(.wds-button, [role=button]),:is(.ve-fd-header__actions, .page-header__actions)>:not(.wds-button, [role=button], .wds-dropdown, .oo-ui-popupButtonWidget):first-child+:is(.wds-button, [role=button]) {
	border-top-left-radius: 3px!important;
	border-bottom-left-radius: 3px!important;
	border-right-width: 0!important;
	border-left-width: 1px!important;
}
:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-button, [role=button]):last-child,:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-dropdown, .oo-ui-popupButtonWidget):last-child>:is(.wds-button, [role=button]) {
	border-top-right-radius: 3px!important;
	border-bottom-right-radius: 3px!important;
	border-left-width: 0!important;
}
:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-button, [role=button]):only-child,:is(.ve-fd-header__actions, .page-header__actions)>:is(.wds-dropdown, .oo-ui-popupButtonWidget):only-child>:is(.wds-button, [role=button]) {
	border-width: 1px 0!important;
}