Skip to content

Commit

Permalink
issue #268: added setting: card header background color
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Dec 1, 2018
1 parent eaa0122 commit 9977ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/classes/bootstrap4.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function bs4_Cards()
.card-header {
padding: ".$this->tplSettings['card-header-padding'].";
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
background-color: #".$this->tplSettings['card-header-bgcolor'].";
border-bottom: ".$this->tplSettings['card-header-border-bottom']." #".$this->tplSettings['card-header-border-bottom-color'].";
}
Expand Down

0 comments on commit 9977ab5

Please sign in to comment.