Forum


List Manager Support

List Manager support
Forums
Public write access is disabled. Please login

Change color of text balloon when hover 'add' button 17.05.2012 20:53

Dear,

is there a way to change the color of the text balloon that show up when you go with your mous pointer over the 'add' button?

I can't find it by myself in the css. Do you have a hint for that?

Kind regards,

Davy Conaert.

Re: Change color of text balloon when hover 'add' button 18.05.2012 10:58

Hello,
tooltips are using your template styling by default. If you want to override it at LM, you can add these sections to listmanager css:

For joomla1.5

/* Tooltips */
body .tool-tip {
float: left;
background: #ffc;
border: 1px solid #D4D5AA;
padding: 5px;
max-width: 200px;
text-align:left;
}

body .tool-title {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: bold;
margin-top: -15px;
padding-top: 15px;
padding-bottom: 5px;
background: url(../../system/images/selector-arrow.png) no-repeat;
}

body .tool-text {
font-size: 100%;
margin: 0;
}



and for joomla 1.6+



body .tip-wrap{
z-index: 10000;
}
body .tip {
float: left;
background: #ffc;
border: 1px solid #D4D5AA;
padding: 5px;
max-width: 200px;
}
body .tip-title {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: bold;
margin-top: -15px;
padding-top: 15px;
padding-bottom: 5px;
background: url(../images/selector-arrow.png) no-repeat;
}

body .tip-text {
font-size: 100%;
margin: 0;
}

Hope this helps, best regards
Moonsoft Team
www.moonsoft.es

Re: Change color of text balloon when hover 'add' button 18.05.2012 18:33

Thank you verry much!

It works for me.

Also thanks for your great and quick support!

Kind Regards,

Davy
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback