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:
authorsyed <syed.sayal.shah@gmail.com>2013-07-26 16:04:15 +0400
committersyed <syed.sayal.shah@gmail.com>2013-07-26 16:04:15 +0400
commit1b8ba0d15925a02e1522590423e38a7c888ea062 (patch)
tree044a51c74366e965b331dbd95d1287cf3abde027 /less/popovers.less
parent2a51ebf671aca07cdb549c264a9b2c2dd3d7d540 (diff)
move things around :)
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
Diffstat (limited to 'less/popovers.less')
-rw-r--r--less/popovers.less16
1 files changed, 8 insertions, 8 deletions
diff --git a/less/popovers.less b/less/popovers.less
index 33488e885e..c07350f95a 100644
--- a/less/popovers.less
+++ b/less/popovers.less
@@ -9,16 +9,16 @@
left: 0;
z-index: @zindex-popover;
display: none;
- max-width: 276px;
+ max-width: @popover-max-width;
padding: 1px;
text-align: left; // Reset given new insertion method
background-color: @popover-bg;
-webkit-bg-clip: padding-box;
-moz-bg-clip: padding;
background-clip: padding-box;
- border: 1px solid #ccc;
- border: 1px solid rgba(0,0,0,.2);
- border-radius: 6px;
+ border: 1px solid @popover-fallback-border-color;
+ border: 1px solid @popover-border-color;
+ border-radius: @border-radius-large;
.box-shadow(0 5px 10px rgba(0,0,0,.2));
// Overrides for proper insertion
@@ -74,7 +74,7 @@
left: 50%;
margin-left: -@popover-arrow-outer-width;
border-bottom-width: 0;
- border-top-color: #999; // IE8 fallback
+ border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback
border-top-color: @popover-arrow-outer-color;
bottom: -@popover-arrow-outer-width;
&:after {
@@ -90,7 +90,7 @@
left: -@popover-arrow-outer-width;
margin-top: -@popover-arrow-outer-width;
border-left-width: 0;
- border-right-color: #999; // IE8 fallback
+ border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback
border-right-color: @popover-arrow-outer-color;
&:after {
content: " ";
@@ -104,7 +104,7 @@
left: 50%;
margin-left: -@popover-arrow-outer-width;
border-top-width: 0;
- border-bottom-color: #999; // IE8 fallback
+ border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback
border-bottom-color: @popover-arrow-outer-color;
top: -@popover-arrow-outer-width;
&:after {
@@ -121,7 +121,7 @@
right: -@popover-arrow-outer-width;
margin-top: -@popover-arrow-outer-width;
border-right-width: 0;
- border-left-color: #999; // IE8 fallback
+ border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback
border-left-color: @popover-arrow-outer-color;
&:after {
content: " ";