Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-04-29 20:58:50 +0300
committerGitHub <noreply@github.com>2022-04-29 20:58:50 +0300
commit5ccef2421b4d1b740302a1bf53e4e7c47d946f4c (patch)
tree5bba545ece954cc98ebe098eec941a3caa1cf266 /themes
parentbcad4b0a454e2a862e77dbcae9977772c9ad0cc8 (diff)
parent3758ab9479be280a2df486120573a5ba3bb2c87a (diff)
Merge pull request #5788 from McGiverGim/fix_logout_icon_material_theme
luci-material-theme: reduce size of logout icon
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
index 160b4b0ce9..f6cc45fa5b 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -623,8 +623,8 @@ body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before
.main > .main-left > .nav > li:last-child::before {
position: absolute;
left: 14px;
- width: 24px;
- height: 24px;
+ width: 20px;
+ height: 20px;
content: url(./icons/logout.svg);
}