diff options
| author | Mark Otto <[email protected]> | 2013-08-18 19:40:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 19:40:57 -0700 |
| commit | bab51d27ace206c9c691ab7a43657774cbd2b852 (patch) | |
| tree | 771632d8ac02f4b3e279655d999e06c2eadaef80 /less/theme.less | |
| parent | d5cd040f57b5b1036a7a927332a3220cceefae43 (diff) | |
| download | bootstrap-bab51d27ace206c9c691ab7a43657774cbd2b852.tar.xz bootstrap-bab51d27ace206c9c691ab7a43657774cbd2b852.zip | |
Refactor panels to have a base class for improved flexibility when customizing (and no overriding to start, too)
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/theme.less b/less/theme.less index d2f98f2fb..ee26ea4c6 100644 --- a/less/theme.less +++ b/less/theme.less @@ -211,7 +211,7 @@ } // Apply the mixin to the panel headings only -.panel-heading { .panel-heading-styles(@panel-heading-bg); } +.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); } .panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); } .panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); } .panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); } |
