diff options
Diffstat (limited to 'cyborg/variables.less')
-rw-r--r-- | cyborg/variables.less | 10 |
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 |