aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.css2
-rw-r--r--lib/patterns.less1
2 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index fe5786c15..d9b5f7beb 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -194,4 +194,4 @@ div.pagination ul li.disabled a,div.pagination ul li.disabled a:hover{background
div.pagination ul li.next a,div.pagination ul li:last-child a{border:0;}
div.well{background:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}
div.modal-backdrop{background-color:rgba(0, 0, 0, 0.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;}
-div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:620px;height:500px;margin:-310px 0 0 -250px;background-color:#ffffff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
+div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:620px;height:500px;margin:-310px 0 0 -250px;background-color:#ffffff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid rgba(0, 0, 0, 0.3);}
diff --git a/lib/patterns.less b/lib/patterns.less
index 29a705f44..79bbefc55 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -492,4 +492,5 @@ div.modal {
margin: -310px 0 0 -250px;
background-color: @white;
.border-radius(6px);
+ border: 1px solid rgba(0,0,0,.3);
}