Jan 26, 2023 8:16 pm
Hi!
I've been trying the "Ok" and "Cancel" buttons in that window for 1 day now, but it's like there's 1 button behind the ok button, I just can't refer to it as it should. 😐
I want to apply these to the 2 buttons:
:"base" {
color: #643c14 !important;
background: #000000 !important;
border: #007800 solid 1px !important;
}
:hover {
color: #007800 !important;
background: #000000 !important;
border: #643c14 solid 1px !important;
}
:active {
color: #007800 !important;
background: #000000 !important;
border: #007800 solid 1px !important;
}
Thank you in advance for your help.
2 Replies
Jan 27, 2023 11:54 am
Try this Path:
.mce-container-body.mce-abs-layout .mce-widget.mce-btn.mce-primary.mce-abs-layout-item.mce-first.mce-btn-has-text button