Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/patterns.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 7163d45987..d1043adc05 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -491,6 +491,9 @@ div.modal {
height: 500px;
margin: -310px 0 0 -250px;
background-color: @white;
+ border: 1px solid rgba(0,0,0,.3);
+ .border-radius(6px);
+ .box-shadow(0 2px 6px rgba(0, 0, 0, 0.35))
.modal-header {
border-bottom:1px solid #eee;
padding: 5px 20px;
@@ -507,6 +510,4 @@ div.modal {
font-size: 18px;
}
}
- .border-radius(6px);
- .box-shadow(0 2px 6px rgba(0, 0, 0, 0.35))
-} \ No newline at end of file
+}