Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved
Hi Friends.
Where must I edit the css file to put border on “edit” button and some space from “delete”?
This is the idea:
https://imgur.com/a/1H6r5C7
Thanks
Hi,
Thank you for the question.
Here is an example.
I hope you can take it form there.
a.bbl-action-link {
border: 1px solid orange;
padding: 0.5em;
}
a.bbl-edit-link {
margin-right: 1.5em;
}
Regards
Brajesh
You must be logged in to reply to this topic.