Ozzy47 Well-known member Apr 3, 2019 #1 How would I change the items in the message-actionBar from simple text and style them as buttons such as the "Post thread" button?
How would I change the items in the message-actionBar from simple text and style them as buttons such as the "Post thread" button?
Russ Well-known member Apr 3, 2019 #2 Extra.less: Code: .message-actionBar.actionBar a { padding: 3px 6px; background-color: rgb(214, 215, 216); border: 1px solid rgb(183, 183, 183); color: rgb(10, 10, 10); } Result: Upvote 0 Downvote
Extra.less: Code: .message-actionBar.actionBar a { padding: 3px 6px; background-color: rgb(214, 215, 216); border: 1px solid rgb(183, 183, 183); color: rgb(10, 10, 10); } Result:
Ozzy47 Well-known member Apr 3, 2019 #3 Thanks Russ, I will check it out when I get home from work. Upvote 0 Downvote