1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02: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

View File

@@ -4399,9 +4399,9 @@ button.close {
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
background-clip: padding-box;
-webkit-bg-clip: padding-box;
-moz-bg-clip: padding;
}
.popover.top {