luci-theme-material: make colors configurable 2159/head
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 3 Sep 2018 08:46:47 +0000 (10:46 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 18 Sep 2018 12:38:29 +0000 (14:38 +0200)
commit19a0522a121fdaa7dfaca4164e8331416573dea0
tree887e9a4a3f46a7008ca64d845a69da3f0750a0ab
parent2cbc3932e9dd8309560384631859199069f33e6f
luci-theme-material: make colors configurable

The var() css function can be used to insert the value of a custom property.
A custom.css file is added to change the colors. This file will get included
in the cascade.css file.

The following colors could be costomized in the file costom.css.

--header-bg
--header-color
--menu-bg-color
--menu-color
--submenu-bg-hover
--submenu-bg-hover-active

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
themes/luci-theme-material/htdocs/luci-static/material/custom.css [new file with mode: 0644]