luci-theme-netgear : add docker icon (#285)

This commit is contained in:
uparrows 2024-06-30 18:02:31 +08:00 committed by GitHub
parent 75adc26839
commit 66d29de33e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View File

@ -489,6 +489,10 @@ header > .container > .brand-hostname {
content: "\e029";
}
.main > .main-left > .nav > .slide > a[data-title="Docker"]:before {
content: "\e030";
}
.main > .main-left > .nav > .slide > a[data-title="NAS"]:before {
content: "\e00b";
}