joomla4-backend-template icon indicating copy to clipboard operation
joomla4-backend-template copied to clipboard

Add this css to prevent bad viewing for Helix Ultimate administration

Open uzielweb opened this issue 3 years ago • 3 comments

`#hu-template-preview { min-height: calc(100vh - 42px);

}

#helix-ultimate { color: rgba(2,11,83,.7); } #helix-ultimate input, #helix-ultimate textarea, #helix-ultimate select{ background: none transparent; color: rgba(2,11,83,.7); border-color: rgba(2,11,83,.7); } .hu-options-core{ top: 42px; }`

uzielweb avatar Oct 31 '21 14:10 uzielweb

I can fix the height issue in the next update, as I think that's a bug with the template, but I won't add this CSS just to cater for Helix.

It can be added to the custom.css that comes with Bettum

C-Lodder avatar Oct 31 '21 18:10 C-Lodder

Thank you

uzielweb avatar Nov 17 '21 20:11 uzielweb

Thanks, working!

PeterSpie avatar Mar 21 '22 15:03 PeterSpie