2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

-background to -bg on tooltip and popover vars

This commit is contained in:
Mark Otto
2013-03-31 17:19:12 -07:00
parent cf843c5cad
commit 6b23a66c29
4 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -12,9 +12,9 @@
max-width: 276px;
padding: 1px;
text-align: left; // Reset given new insertion method
background-color: @popover-background;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-color: @popover-bg;
-webkit-bg-clip: padding-box;
-moz-bg-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
@@ -37,8 +37,8 @@
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: @popover-title-background;
border-bottom: 1px solid darken(@popover-title-background, 5%);
background-color: @popover-title-bg;
border-bottom: 1px solid darken(@popover-title-bg, 5%);
border-radius: 5px 5px 0 0;
&:empty {