luci-theme-rosy
luci-theme-rosy copied to clipboard
Bug?
建议修复Bug,分一下栏,并且居中显示 It is recommended to fix the bug,divide the column and center it.
你的SDK openwrt官方的吗? 非官方SDK咱不维护 openwrt : https://github.com/openwrt/openwrt.git luci : https://github.com/openwrt/luci.git
Can You edit the VLANID section for wider and distance the LAN ports that fit the screen?
This is an incredibly nice theme. I made just one change in cascade.css (in the openwrt install directory it is at /www/luci-static/rosy directory):
Around line 294, there is a section for danger, warning and success and the success has a weird color of pink which I changed to green. Best to change these three lines to universal standard of RAG (Red, Amber, and Green)
My revised lines are:
header .container { padding: 0.5rem; }
.danger { background-color: red !important; }
.warning { background-color: #ffbf00 !important; }
.success { background-color: green !important; }
Could you show us the screenshots? thanks!
Could you show us the screenshots? thanks!
I am sure it has system wide use but a simple example is dual wan. Both green and one red and other green when one of the internet connection goes off line.
@garg-art2002 well done, you can craete a PR for us (luci-theme-rosy, 18.06 branch) and github.com/openwrt/luci (trunk, 19.07)