diff options
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; } |