diff options
| author | Geremia Taglialatela <[email protected]> | 2013-10-15 20:53:56 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2013-10-15 20:53:56 +0200 |
| commit | 160ed8561672c4d59eff839d3e8bacd8ff1fb100 (patch) | |
| tree | 12ed5eaa2f11a6b266dcf10eea5886e24e663c57 /less/modals.less | |
| parent | 2380b6be9937dfc0ca924a2334adfb21ddb91cc0 (diff) | |
| download | bootstrap-160ed8561672c4d59eff839d3e8bacd8ff1fb100.tar.xz bootstrap-160ed8561672c4d59eff839d3e8bacd8ff1fb100.zip | |
Customizable backdrop opacity
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 776073d57..8adfd3ad2 100644 --- a/less/modals.less +++ b/less/modals.less @@ -65,7 +65,7 @@ background-color: @modal-backdrop-bg; // Fade for backdrop &.fade { .opacity(0); } - &.in { .opacity(.5); } + &.in { .opacity(@modal-backdrop-opacity); } } // Modal header |
