mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
-background to -bg on tooltip and popover vars
This commit is contained in:
+4
-4
@@ -258,14 +258,14 @@
|
||||
// Tooltips and popovers
|
||||
// -------------------------
|
||||
@tooltip-color: #fff;
|
||||
@tooltip-background: rgba(0,0,0,.9);
|
||||
@tooltip-bg: rgba(0,0,0,.9);
|
||||
@tooltip-arrow-width: 5px;
|
||||
@tooltip-arrow-color: @tooltip-background;
|
||||
@tooltip-arrow-color: @tooltip-bg;
|
||||
|
||||
@popover-background: #fff;
|
||||
@popover-bg: #fff;
|
||||
@popover-arrow-width: 10px;
|
||||
@popover-arrow-color: #fff;
|
||||
@popover-title-background: darken(@popover-background, 3%);
|
||||
@popover-title-bg: darken(@popover-bg, 3%);
|
||||
|
||||
// Special enhancement for popovers
|
||||
@popover-arrow-outer-width: (@popover-arrow-width + 1);
|
||||
|
||||
Reference in New Issue
Block a user