• We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
D

Change button style for light and dark styles

  • Thread starter Thread starter Davyc
  • Start date Start date
D

Davyc

Guest

I want to add a button styled in CSS to a link so that the colors are different depending on whether the style is light or dark. This is the code I want to use, though the colors will change for dark over light. So potentially the same code, just different colors. How can I implement this in the extra.less file? Any help greatly appreciated.

Code:
Code:
.myButton {
    background-color:#44c767; border-radius:10px; border:1px solid #18ab29; display:inline-block; cursor:pointer...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top