WP-tools/toggle-aid/css/toggle-aid.css

29 lines
567 B
CSS
Raw Normal View History

#wp-admin-bar-toggle-help-links a:focus,#wp-admin-bar-toggle-help-links a:active{
background-color: unset;
}
.tooltip-al-wrapper{
position: absolute;
min-width: 28px;
min-height: 28px;
background-color: rgba(255, 143, 143,0.7);
border-radius: 4px;
z-index: 200;
}
.tooltip-al-wrapper .tooltip-al{
margin:5px;
}
/*:not(elementor-editor-active);*/
.tooltip-al-parent{
height:0px;
padding:0px !important;
margin:0px !important;
display:none;
}
.elementor-editor-active .tooltip-al-parent{
height:unset;
padding:0px !important;
margin:0px !important;
display:unset;
}