Skip to content

Commit bdc5b64

Browse files
committed
fixes #136: added styles to arrows to override bootstrap
1 parent 1575e9a commit bdc5b64

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

app/styles/angular-ui-tour.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,24 @@
1717
}
1818

1919
/*improve popover arrows:*/
20-
.popover.bottom-left > .arrow,
21-
.popover.top-left > .arrow {
20+
.ui-tour-popup.popover.bottom-left > .arrow,
21+
.ui-tour-popup.popover.top-left > .arrow {
2222
left: 25px;
2323
}
2424

25-
.popover.bottom-right > .arrow,
26-
.popover.top-right > .arrow {
25+
.ui-tour-popup.popover.bottom-right > .arrow,
26+
.ui-tour-popup.popover.top-right > .arrow {
27+
left: auto;
2728
right: 25px;
2829
}
2930

30-
.popover.right-top > .arrow,
31-
.popover.left-top > .arrow {
31+
.ui-tour-popup.popover.right-top > .arrow,
32+
.ui-tour-popup.popover.left-top > .arrow {
3233
top: 25px;
3334
}
3435

35-
.popover.left-bottom > .arrow,
36-
.popover.right-bottom > .arrow {
36+
.ui-tour-popup.popover.left-bottom > .arrow,
37+
.ui-tour-popup.popover.right-bottom > .arrow {
38+
top: auto;
3739
bottom: 25px;
3840
}

0 commit comments

Comments
 (0)