Advertisement
deadhead1971

CSS to stop WYSIWYG editor buttons in Toolset forms from inheriting bg colours from theme

May 15th, 2022
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /* button background colour */
  2. button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link { background-color: #eee;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement