Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With this CSS in place, if you refresh your app you will find the users name now have a darker background.

And if you want to styling your App with LESS, you can add a file main.less in the folder assets. In this file, you can use all variables of the phpFox core and the current theme. But, note that it requires to rebuild bootstrap core to apply the style. So, you must rebuild bootstrap core after installing the app (which styling in the less file) or changing the less file.

Next, let's create a new file called autoload.js and paste the following 

...