I am trying to understand the structure of the LEES files in the Air theme.
I wanted to change the color of the Widget Divider.
If I inspect the divider with firebug it tells me that it is line 926 in the theme.css
It is not possible to change the @ipBorderColor in the Air Theme variables.less.
I have tried changing the color in /core/assets/ipContent/less/ipContent/variables.less (which is only place I find where I could change it) but it has no effect.
Perhaps I should not try to change anything in the core, but this does illustrate that the Less system does make it difficult to find where to change a value, using firebug is of no use as it does not tell you where the value is located in the less files.
I think I could modify the Air theme to my needs, but can I do it without using less ?
In fact can I remove the less files and only use the Air Theme css files ?
Alan