diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-15 22:46:25 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-04-16 13:30:35 +0200 |
commit | 1ac8df2614336b34109375e62f201cf6bac46734 (patch) | |
tree | 0f1352c5f4f827e38fb654d701b69dbfebdcfa15 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap | |
parent | 48269ade6163c34f348632bf225e2c6649b0a9c1 (diff) |
luci-theme-bootstrap: rework menu rendering
Utilize the LuCI.ui.menu class to load, traverse and cache the menu tree
in the local session store.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 4387e95889..63eb51cceb 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1787,6 +1787,7 @@ header [data-indicator] { background-color: #bfbfbf; border-radius: 3px; text-shadow: none; + margin-left: .4em; } header [data-indicator][data-clickable] { @@ -1822,10 +1823,6 @@ header [data-indicator][data-style="active"] { /* LuCI specific items */ .hidden { display: none } -#xhr_poll_status { - cursor: pointer; -} - form.inline { display: inline; margin-bottom: 0; } header .pull-right { padding-top: 8px; } |