summaryrefslogtreecommitdiff
path: root/cyborg/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/_variables.scss')
-rw-r--r--cyborg/_variables.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/cyborg/_variables.scss b/cyborg/_variables.scss
index fa635fbb..7b2f1ac2 100644
--- a/cyborg/_variables.scss
+++ b/cyborg/_variables.scss
@@ -523,7 +523,7 @@ $tooltip-max-width: 200px !default;
//** Tooltip text color
$tooltip-color: #fff !default;
//** Tooltip background color
-$tooltip-bg: #000 !default;
+$tooltip-bg: lighten($body-bg, 15%) !default;
$tooltip-opacity: .9 !default;
//** Tooltip arrow width
@@ -537,13 +537,13 @@ $tooltip-arrow-color: $tooltip-bg !default;
//##
//** Popover body background color
-$popover-bg: lighten($body-bg, 10%) !default;
+$popover-bg: $tooltip-bg !default;
//** Popover maximum width
$popover-max-width: 276px !default;
//** Popover border color
$popover-border-color: rgba(0,0,0,.2) !default;
//** Popover fallback border color
-$popover-fallback-border-color: #999 !default;
+$popover-fallback-border-color: $popover-bg !default;
//** Popover title background color
$popover-title-bg: darken($popover-bg, 3%) !default;
@@ -556,9 +556,9 @@ $popover-arrow-color: $popover-bg !default;
//** Popover outer arrow width
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
//** Popover outer arrow color
-$popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
+$popover-arrow-outer-color: $popover-border-color !default;
//** Popover outer arrow fallback color
-$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
+$popover-arrow-outer-fallback-color: $popover-fallback-border-color !default;
//== Labels