Forum Discussion

RobertT's avatar
11 years ago

CSS Selectors to target all button groups

Does anyone have a list of the CSS selectors that can be used to target all buttons in the following groups so that we can apply the same styles to the buttons?

 

Primary Buttons

Secondary Buttons

all other buttons

 

Finding it a bit of a pain to build CSS rules and selectors to target all of the different buttons throughout the community.

 

Thanks in advance

3 Replies

  • VenkS's avatar
    VenkS
    Lithium Alumni (Retired)
    11 years ago

    I believe the CSS Selecter ".lia-button-wrapper .lia-button" should cover all buttons, primary, secondary and other.

  • RobertT's avatar
    RobertT
    Boss
    11 years ago
    Thanks for that VenkS,

    I've tried the suggestions both in the documentation and above, unfortunately this doesn't target all buttons properly. For some reasons some buttons ignore the CSS in our environment. Doing a bit of digging to find out why.