summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/htdocs/luci-static/material
diff options
context:
space:
mode:
authorMiguel Angel Mulero Martinez <migmul@gmail.com>2022-04-30 00:28:01 +0200
committerMiguel Angel Mulero Martinez <migmul@gmail.com>2022-04-30 09:13:32 +0200
commitd452dee8ce2f958b7c0c3cad85eb4124456a9661 (patch)
treef11f8f747a20c5ef037b2e6c41de22a39c170b5b /themes/luci-theme-material/htdocs/luci-static/material
parent5ccef2421b4d1b740302a1bf53e4e7c47d946f4c (diff)
Revert "luci-material-theme: reduce size of logout icon"
This reverts commit 3758ab9479be280a2df486120573a5ba3bb2c87a. The solution is not good. It breaks in some way the English UI to fix localizated UI. It will be fixed again in other commit. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material')
-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 f6cc45fa5b..160b4b0ce9 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: 20px;
- height: 20px;
+ width: 24px;
+ height: 24px;
content: url(./icons/logout.svg);
}