summaryrefslogtreecommitdiff
path: root/cyborg/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-08-24 15:13:27 -0400
committerGitHub <noreply@github.com>2016-08-24 15:13:27 -0400
commit58b706521f1afdcd5498299067fc57f17c43c1de (patch)
treef9952ace57a3c6da519f1fd5e2a3542934d1283c /cyborg/variables.less
parent799380cf9cf86186bde1a9c6b38e170890440afa (diff)
parent45ac4cc9418ebd6f94b757836c645e3cb049e972 (diff)
Merge pull request #591 from pat270/update-cyborg-popover-border
Cyborg: Lighten popover/tooltip background-color and popover-arrow/popover border should match
Diffstat (limited to 'cyborg/variables.less')
-rw-r--r--cyborg/variables.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/cyborg/variables.less b/cyborg/variables.less
index cf899770..ad8144ab 100644
--- a/cyborg/variables.less
+++ b/cyborg/variables.less
@@ -522,7 +522,7 @@
//** Tooltip text color
@tooltip-color: #fff;
//** Tooltip background color
-@tooltip-bg: #000;
+@tooltip-bg: lighten(@body-bg, 15%);
@tooltip-opacity: .9;
//** Tooltip arrow width
@@ -536,13 +536,13 @@
//##
//** Popover body background color
-@popover-bg: lighten(@body-bg, 10%);
+@popover-bg: @tooltip-bg;
//** Popover maximum width
@popover-max-width: 276px;
//** Popover border color
@popover-border-color: rgba(0,0,0,.2);
//** Popover fallback border color
-@popover-fallback-border-color: #999;
+@popover-fallback-border-color: @popover-bg;
//** Popover title background color
@popover-title-bg: darken(@popover-bg, 3%);
@@ -555,9 +555,9 @@
//** Popover outer arrow width
@popover-arrow-outer-width: (@popover-arrow-width + 1);
//** Popover outer arrow color
-@popover-arrow-outer-color: fadein(@popover-border-color, 5%);
+@popover-arrow-outer-color: @popover-border-color;
//** Popover outer arrow fallback color
-@popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%);
+@popover-arrow-outer-fallback-color: @popover-fallback-border-color;
//== Labels