Skip to content
Open
21 changes: 0 additions & 21 deletions .editorconfig

This file was deleted.

65 changes: 38 additions & 27 deletions build/css/bootstrap-tour.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ========================================================================
* bootstrap-tour - v0.12.0
* bootstrap-tour - v0.11.0
* http://bootstraptour.com
* ========================================================================
* Copyright 2012-2017 Ulrich Sossou
* Copyright 2012-2015 Ulrich Sossou
*
* ========================================================================
* Licensed under the MIT License (the "License");
Expand All @@ -20,32 +20,43 @@
*/

.tour-backdrop {
position: absolute;
z-index: 1100;
background-color: #000;
opacity: 0.8;
filter: alpha(opacity=80);
opacity: .8;
}
.tour-prevent {
position: absolute;
z-index: 1100; }

z-index: 1100;
background-color: #ccc;
opacity: 0.20;
filter: alpha(opacity=20);
}
.popover[class*="tour-"] {
z-index: 1102; }
.popover[class*="tour-"] .popover-navigation {
overflow: hidden;
padding: 9px 14px; }
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
float: right; }
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
cursor: pointer; }
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
cursor: default; }
.popover[class*="tour-"].orphan {
left: 50%;
margin-top: 0;
position: fixed;
top: 50%;
transform: translate(-50%, -50%); }
.popover[class*="tour-"].orphan .arrow {
display: none; }
z-index: 1102;
}
.popover[class*="tour-"] .popover-navigation {
padding: 9px 14px;
overflow: hidden;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
cursor: default;
}
.popover[class*="tour-"].orphan {
position: fixed;
margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
display: none;
}
Loading