the regular css is in components/com_redform/assets/css/tooltip.css
| Code: |
@CHARSET "UTF-8";
/* Tooltips */
.redformtip-tip {
float: left;
background: #ffc;
border: 1px solid #D4D5AA;
padding: 5px;
max-width: 200px;
}
.redformtip-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;
}
.redformtip-text {
font-size: 100%;
margin: 0;
}
|
of course, if you added a class to the form, the class names will be modified
eg: 'myclass' => redformtipmyclass-tip, redformtipmyclass-title, redformtipmyclass-text