Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Solved] "Insert/edit link" option 2 button when adding a reply

3 Posts
2 Users
1 Reactions
780 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 4 years ago

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.

Topic Tags
2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

@zit3k,

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
1 Reply
ZiT3K
(@zit3k)
Joined: 4 years ago

Estimable Member
Posts: 92

@chris 

Thanks, it works!