fix VPN and Nework monitor icon for Tomato theme

This commit is contained in:
coolsnowwolf 2017-10-15 18:46:46 +08:00
parent 74019abe67
commit 030c5c4591
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Advanced Tomato Material
LUCI_DEPENDS:=
PKG_VERSION:=1.0
PKG_RELEASE:=3
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -441,8 +441,8 @@ header > .container > a[class="brand"]:after {
.main > .main-left > .nav > .slide > a[data-title="Network"]:before {
content: "\e00e";
}
.main > .main-left > .nav > .slide > a[data-title="Usbapps"]:before {
content: "\e00b";
.main > .main-left > .nav > .slide > a[data-title="VPN"]:before {
content: "\e029";
}
.main > .main-left > .nav > .slide > a[data-title="Services"]:before {
content: "\e01b";
@ -450,6 +450,9 @@ header > .container > a[class="brand"]:after {
.main > .main-left > .nav > .slide > a[data-title="NAS"]:before {
content: "\e00b";
}
.main > .main-left > .nav > .slide > a[data-title="Bandwidth Monitor"]:before {
content: "\e00f";
}
.main > .main-left > .nav > li > a[data-title="Logout"] {
padding-left:36px;