Style intro.js highlight helper layer & tooltips to go nice with WP
[MAILPOET-1446]
This commit is contained in:
committed by
pavel-mailpoet
parent
5621ab22bc
commit
fe248ffde7
@@ -34,3 +34,4 @@
|
||||
|
||||
@require 'newsletter_templates'
|
||||
@require 'welcome_wizard'
|
||||
@require 'intro'
|
||||
|
18
assets/css/src/intro.styl
Normal file
18
assets/css/src/intro.styl
Normal file
@@ -0,0 +1,18 @@
|
||||
.mailpoet-intro-active #adminmenuback
|
||||
z-index: auto;
|
||||
|
||||
#adminmenu li.introjs-showElement
|
||||
background: inherit
|
||||
|
||||
.introjs-helperLayer
|
||||
border: none
|
||||
border-radius: 3px
|
||||
background-color: rgba(255, 255, 255, .7)
|
||||
|
||||
.introjs-tooltip
|
||||
min-width: 240px
|
||||
|
||||
// fix for wrong bottom-up tooltip vertical align, bottom-up tooltips
|
||||
// have (negative) 'top' set in intro.js, no other way to select them
|
||||
&[style*="top:"]
|
||||
margin-top: -8px
|
Reference in New Issue
Block a user