summaryrefslogtreecommitdiff
path: root/default/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'default/bootstrap.css')
-rw-r--r--default/bootstrap.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/default/bootstrap.css b/default/bootstrap.css
index 2f56af33..b725064a 100644
--- a/default/bootstrap.css
+++ b/default/bootstrap.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap v2.3.1
+ * Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
@@ -3009,6 +3009,15 @@ table th[class*="span"],
display: block;
}
+.dropdown-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 990;
+}
+
.pull-right > .dropdown-menu {
right: 0;
left: auto;