diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-05-02 10:25:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 10:25:06 +0200 |
commit | 9d123a2eee59a9ea70f2c0cffc0ed11ecc8cf788 (patch) | |
tree | 5b9a0e51a92ad6fb1f898d387b0adbc48ff0a682 | |
parent | 6b3bba36d1381d0cd72e77f096b7f6892fd3314f (diff) | |
parent | 56aeaa8ac8b2a8a9864f3c8290fb10c39ed3173a (diff) |
Merge pull request #5795 from McGiverGim/fix_logout_again
luci-material-theme: fix localizated left menu
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 7 |
1 files changed, 3 insertions, 4 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 b194ff0d3b..1544482fc7 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -583,8 +583,7 @@ header > .fill > .container > .status > * { } .main > .main-left > .nav > .slide > .menu, -.main > .main-left > .nav > li > [data-title="Logout"], -.main > .main-left > .nav > li > [data-title="Dashboard"] { +.main > .main-left > .nav > li > [data-title] { font-size: 1.15rem; font-weight: 500; display: flex; @@ -2656,7 +2655,7 @@ input[name="nslookup"] { .main > .main-left > .nav > li, .main > .main-left > .nav > li a, .main > .main-left > .nav > .slide > .menu, - .main > .main-left > .nav > li:last-child > [data-title] { + .main > .main-left > .nav > li > [data-title] { font-size: .9rem; } @@ -2935,7 +2934,7 @@ input[name="nslookup"] { } .main > .main-left > .nav > .slide > .menu, - .main > .main-left > .nav > li > [data-title="Logout"] { + .main > .main-left > .nav > li > [data-title] { font-size: 1.2rem; } |