[x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
[x] The issue still exists against the latest master branch of yii2-detail-view.
[x] This is not an usage question. I confirm having gone through and read the documentation and demos.
[x] This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
[x] I have attempted to find the simplest possible steps to reproduce the issue.
[ ] I have included a failing test as a pull request (Optional).
Steps to reproduce the issue
Go to BS3 Detail View Demo
Find the Delete Button
Expected behavior and actual behavior
When I follow those steps, I see...
nothing because the a-tag-buttons are rendered in the same color as the panel background, if you hover of it it isvisible. The BS4 version has the css class ".card .kv-action-btn" but BS3 doesnt add card.
I was expecting...
to see the button
[ ] The bug happens consistently across all tested browsers
[ ] This bug happens when using yii2-detail-view without other plugins.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/80672115-delete-button-not-visible-in-bs3-demo?utm_campaign=plugin&utm_content=tracker%2F2149066&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2149066&utm_medium=issues&utm_source=github).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Prerequisites
master
branch of yii2-detail-view.Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see... nothing because the a-tag-buttons are rendered in the same color as the panel background, if you hover of it it isvisible. The BS4 version has the css class ".card .kv-action-btn" but BS3 doesnt add card. I was expecting... to see the button
Environment
Browsers
Operating System
Libraries
Isolating the problem