Closed Hitch42 closed 4 years ago
Have you had a look at the configuration settings? Changing theses do change the colors at my site.
The themes do change the colors, but not for the callouts.
Here's a shot of a test page with a default theme and a Bootswatch Simplex theme.
I once wanted a purple panel, so I got an CSS line. In the advanced configuration, I changed the userall.css and added these line. Maybe this may guide you in the right direction.
.bs-wrapper.panel-purple .panel { border-color: #dddddd; } .bs-wrapper.panel-purple .panel-default > .panel-heading { background: #7432A5; color: #ffffff; border-color: #dddddd; } .bs-wrapper.panel-fixed .panel { max-height: 200px; } .bs-wrapper.panel-fixed .panel-default > .panel-heading { max-height: 200px; }
Hi, this feature is in testing branch on dokuwiki-tempate-bootstrap3 repo.
Description
When displaying a callout using the primary color option, selecting other Bootswatch themes does not change its color, including icons.
Steps to reproduce
Expected behavior: The callout border color and icon should be affected by Bootswatch themes, like other primary-colored elements.
Actual behavior: The callout border color and icon are not affected by Bootswatch themes, while other primary-colored elements are affected.
Versions