- Switch the tour title bar to the info blue color
- Move the tour up so it doesn’t hit the olark - Have the spotlight use a rounded rect
This commit is contained in:
parent
8c1142a770
commit
95fc06236a
2 changed files with 24 additions and 8 deletions
|
@ -2730,7 +2730,7 @@ p.editable:hover i {
|
|||
.angular-tour-ui-element.overlay {
|
||||
display: block;
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
bottom: 50px;
|
||||
right: 20px;
|
||||
border-radius: 10px;
|
||||
z-index: 9999999;
|
||||
|
@ -2760,7 +2760,7 @@ p.editable:hover i {
|
|||
}
|
||||
|
||||
.angular-tour-ui-element.overlay .tour-title {
|
||||
background: #778EA2;
|
||||
background-color: #5bc0de;
|
||||
color: white;
|
||||
padding: 4px;
|
||||
padding-left: 6px;
|
||||
|
|
Reference in a new issue