PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WebDev CSS
WebDev CSS
Iniciado por guest, 01,mar. 2016 09:44 - 2 respuestas
Publicado el 01,marzo 2016 - 09:44
How to force loading of my CSS file after all standard ones?

P.S. I need to change styles for some contronls and I do this using ..HTMLClass but my CSS file is loaded before standard ones and my styles are overriden. Please help with advise.
Publicado el 01,marzo 2016 - 13:02
Hi,

did you add the css to theproject discription ?

regards
Allard
Publicado el 01,marzo 2016 - 15:53
I've added CSS file in Project description, tab Skins/Styles, button Free CSS Style Sheets but default WebDev CSS is linked after my CSS.

Maybe someone knows how do declare CSS inside WebDev w/o using external files. All that I need I need my own styles (for example, change button image depending of some condition). Now I am using external CSS file that I link to project.