Notifications
Clear all

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

3 Posts
2 Users
1 Reactions
361 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 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: 3649
(@chris)
Famed Member
Joined: 3 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: 3 years ago

Estimable Member
Posts: 92

@chris 

Thanks, it works!