diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:40:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:40:44 -0800 |
| commit | b8b266ca7ce4419d0b64d7c9cc895db9c1e79015 (patch) | |
| tree | 0fa7b268b1227686799fd8108fa23bea62ce643f /docs | |
| parent | e34b3730b7a3a46b1b4dcbf3d5cab9bf2cbc94b1 (diff) | |
| download | bootstrap-b8b266ca7ce4419d0b64d7c9cc895db9c1e79015.tar.xz bootstrap-b8b266ca7ce4419d0b64d7c9cc895db9c1e79015.zip | |
popovers and tooltips vars
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 985cc2dea..8aa51f07e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4663,57 +4663,57 @@ input[type="button"].btn-block { .popover { /* &.top .arrow { - bottom: -@popoverArrowWidth; + bottom: -@popover-arrow-width; left: 50%; - margin-left: -@popoverArrowWidth; - border-width: @popoverArrowWidth @popoverArrowWidth 0; - //border-top-color: @popoverArrowColor; + margin-left: -@popover-arrow-width; + border-width: @popover-arrow-width @popover-arrow-width 0; + //border-top-color: @popover-arrow-color; border-top-color: blue; &:after { - border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth 0; - //border-top-color: @popoverArrowOuterColor; + border-width: @popover-arrow-outer-width @popover-arrow-outer-width 0; + //border-top-color: @popover-arrow-outer-color; border-top-color: red; - top: -@popoverArrowWidth; + top: -@popover-arrow-width; //bottom: -1px; - left: -@popoverArrowOuterWidth; + left: -@popover-arrow-outer-width; } } &.right .arrow { top: 50%; - left: -@popoverArrowWidth; - margin-top: -@popoverArrowWidth; - border-width: @popoverArrowWidth @popoverArrowWidth @popoverArrowWidth 0; - border-right-color: @popoverArrowColor; + left: -@popover-arrow-width; + margin-top: -@popover-arrow-width; + border-width: @popover-arrow-width @popover-arrow-width @popover-arrow-width 0; + border-right-color: @popover-arrow-color; &:after { - border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth @popoverArrowOuterWidth 0; - border-right-color: @popoverArrowOuterColor; - bottom: -@popoverArrowOuterWidth; + border-width: @popover-arrow-outer-width @popover-arrow-outer-width @popover-arrow-outer-width 0; + border-right-color: @popover-arrow-outer-color; + bottom: -@popover-arrow-outer-width; left: -1px; } } &.bottom .arrow { - top: -@popoverArrowWidth; + top: -@popover-arrow-width; left: 50%; - margin-left: -@popoverArrowWidth; - border-width: 0 @popoverArrowWidth @popoverArrowWidth; - border-bottom-color: @popoverArrowColor; + margin-left: -@popover-arrow-width; + border-width: 0 @popover-arrow-width @popover-arrow-width; + border-bottom-color: @popover-arrow-color; &:after { - border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth; - border-bottom-color: @popoverArrowOuterColor; + border-width: 0 @popover-arrow-outer-width @popover-arrow-outer-width; + border-bottom-color: @popover-arrow-outer-color; top: -1px; - left: -@popoverArrowOuterWidth; + left: -@popover-arrow-outer-width; } } &.left .arrow { top: 50%; - right: -@popoverArrowWidth; - margin-top: -@popoverArrowWidth; - border-width: @popoverArrowWidth 0 @popoverArrowWidth @popoverArrowWidth; - border-left-color: @popoverArrowColor; + right: -@popover-arrow-width; + margin-top: -@popover-arrow-width; + border-width: @popover-arrow-width 0 @popover-arrow-width @popover-arrow-width; + border-left-color: @popover-arrow-color; &:after { - border-width: @popoverArrowOuterWidth 0 @popoverArrowOuterWidth @popoverArrowOuterWidth; - border-left-color: @popoverArrowOuterColor; - bottom: -@popoverArrowOuterWidth; + border-width: @popover-arrow-outer-width 0 @popover-arrow-outer-width @popover-arrow-outer-width; + border-left-color: @popover-arrow-outer-color; + bottom: -@popover-arrow-outer-width; right: -1px; } }*/ |
