mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
fix VPN and Nework monitor icon for Tomato theme
This commit is contained in:
parent
74019abe67
commit
030c5c4591
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user