
I have made two css style in my own "custom.css" file and pasted the same css style in the "joomla.css" and "template.css". (Is it necessary to paste this code in all of those 3 css files? In other templates I just paste this in the template.css and my own custom.css file).
Here is my test style:
- Code: Select all
table.minTable {
background: #ce03fa;
font: normal 15px/32px;
padding: 5px 10px;
color: #fff;
width: 400px;
border-style:solid;
border-width:5px;
border-color:#090;
}
.b-bilderamme {
border: 1px solid #000000;
}
I have then pointed to this "custom.css" file in the TinyMCE plugin (Custom CSS classes).
Those styles show up in the dropdown under "Styles" in the editor (see attachment "styles.jpg") but not in the table editor (see attachment "table-editor.jpg").
In other templates I have the styles showing up also in the "class" dropdown menu, but not in the "gk_appsite" template.
How can I get them showing up in the table editor window?
Kind Regards
Tom Løkka