diff options
| author | syed <[email protected]> | 2013-07-24 18:43:21 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-24 18:43:21 +0500 |
| commit | 2e6fcefc5ca6aa3301f35b0600d963f82f1eb62a (patch) | |
| tree | 2c4f951b496442c039f635f043b37a32c9e23784 /less/variables.less | |
| parent | 930c75e5dd0f2ae861a505bda740f289570c9b8a (diff) | |
| download | bootstrap-2e6fcefc5ca6aa3301f35b0600d963f82f1eb62a.tar.xz bootstrap-2e6fcefc5ca6aa3301f35b0600d963f82f1eb62a.zip | |
Moved modals inline properties to variables.less
In this commit I moved modals.less inline properties to variables.less
and also added those variables to customize.html.
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index bf29d3556..97e608b36 100644 --- a/less/variables.less +++ b/less/variables.less @@ -296,6 +296,16 @@ @modal-title-padding: 15px; @modal-title-line-height: @line-height-base; +@modal-content-bg: #fff; +@modal-content-border-color: rgba(0,0,0,.2); +@modal-content-fallback-border-color: #999; + +@modal-backdrop-bg: #000; + +@modal-header-border-color: #e5e5e5; + +@modal-footer-border-color: #e5e5e5; + // Alerts // ------------------------- @alert-bg: @state-warning-bg; |
