Looking for css for cancel button and search form buttons

NDM

Member
Hi there,

UPDATE: Managed to get everything solved :)

Thank you so much :)

Nelly
 

Attachments

  • cancel.webp
    cancel.webp
    3.1 KB · Views: 19
  • searchform.webp
    searchform.webp
    21.6 KB · Views: 20
  • options.webp
    options.webp
    604 bytes · Views: 18
search forum button is as follows obviously style to your preference

Code:
#QuickSearch input.button.primary {
    background-color: red;
    color: white; }
cancel button is as follows
Code:
.xenOverlay .OverlayCloser{
    background-color: green;
    color: white; }
Haven't checked this actually if it styles those specifically so hopefully that'll work for styling those specific buttons I would have personally went around it another way and styled the buttons in one go.

edit: just read your update. I just loathe seeing support threads without a reply. :D
 
Top Bottom