[SOLVED];Modifying Security Panel layout
Posted: Tuesday 20 September 2016 14:41
So, the security panel is awesome, but imho it is terribly ugly. Not to seem ungrateful but i plan on displaying it 24/7 on a android tablet on the wall and it doesn't look very good.
So I tried mixing it up a little and just as an experiment, I downloaded a new webfont and saved it in /secpanel/font and changed the font from audiowide to segoe in secpanel/css/font.less and then calling for segoe in /secpanel/css/style.less, according to my theory this should alter the font.
The problem is that it doesn't update, when i look in the file domoticz/www/secpanel/css/fonts.less on the pi I see my changes and they are saved to disk, but when i browse and view the source of http://domoticz:8080/secpanel/css/font.less my changes aren't in there, it's just the original version?
I searched the pi for but I only fond one instance of the file.
I understand that I am missing something but what? Do I have to publish the changes somehow or what?

So I tried mixing it up a little and just as an experiment, I downloaded a new webfont and saved it in /secpanel/font and changed the font from audiowide to segoe in secpanel/css/font.less and then calling for segoe in /secpanel/css/style.less, according to my theory this should alter the font.
The problem is that it doesn't update, when i look in the file domoticz/www/secpanel/css/fonts.less on the pi I see my changes and they are saved to disk, but when i browse and view the source of http://domoticz:8080/secpanel/css/font.less my changes aren't in there, it's just the original version?
I searched the pi for
Code: Select all
find / -iname "font.less"
I understand that I am missing something but what? Do I have to publish the changes somehow or what?
