mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
add vars for tooltip customization via background and color
This commit is contained in:
+3
-1
@@ -200,8 +200,10 @@
|
||||
|
||||
// Tooltips and popovers
|
||||
// -------------------------
|
||||
@tooltipColor: #fff;
|
||||
@tooltipBackground: #000;
|
||||
@tooltipArrowWidth: 5px;
|
||||
@tooltipArrowColor: #000;
|
||||
@tooltipArrowColor: @tooltipBackground;
|
||||
|
||||
@popoverArrowWidth: 10px;
|
||||
@popoverArrowColor: #fff;
|
||||
|
||||
Reference in New Issue
Block a user