diff options
| author | سید مرتضی موسوی <[email protected]> | 2014-05-27 15:31:13 +0430 |
|---|---|---|
| committer | سید مرتضی موسوی <[email protected]> | 2014-05-27 15:31:13 +0430 |
| commit | 6e4825aef19a1480d48a85af297169849b0437d4 (patch) | |
| tree | d6a118c1c9f2eb82547d7cbc2b04500dd5ca3942 | |
| parent | 8e568a8e3652e48e6af23c1aedce2b63dbd2fa9e (diff) | |
| download | bootstrap-6e4825aef19a1480d48a85af297169849b0437d4.tar.xz bootstrap-6e4825aef19a1480d48a85af297169849b0437d4.zip | |
Color Contrast for panel heading
related to #13686
| -rw-r--r-- | less/mixins/panels.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/mixins/panels.less b/less/mixins/panels.less index e2c2e462f..1d684c9e1 100644 --- a/less/mixins/panels.less +++ b/less/mixins/panels.less @@ -11,6 +11,10 @@ + .panel-collapse > .panel-body { border-top-color: @border; } + .badge { + color: @background-color; + background-color: @color; + } } & > .panel-footer { + .panel-collapse > .panel-body { |
