summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css7
-rwxr-xr-xthemes/luci-theme-material/luasrc/view/themes/material/footer.htm2
2 files changed, 5 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 ef19e7c116..8d0c434a98 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -447,7 +447,7 @@ form .cbi-value:before, form .cbi-value:after {
zoom: 1;
}
-form .clearfix:after
+form .clearfix:after,
form .cbi-value:after {
clear: both;
}
@@ -500,6 +500,8 @@ select,
select {
padding: initial;
+ background: #fff;
+ box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox], input[type=radio] {
@@ -996,7 +998,7 @@ a.menu:after, .dropdown-toggle:after {
.menu-dropdown li, .dropdown-menu li {
float: none;
display: block;
- background-color: none;
+ background-color: transparent;
}
.menu-dropdown .divider, .dropdown-menu .divider {
@@ -1732,7 +1734,6 @@ a.label:hover {
color: #808080;
display: inline-block;
font-size: 13px;
- height: 22 dpx;
line-height: 18px;
}
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm
index edf85dcdb0..d69417e88d 100755
--- a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm
+++ b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm
@@ -29,7 +29,7 @@
</div>
<footer class="mobile-hide">
<a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> /
- <a href="https://openwrt.org/"><%= ver.distversion %></a>
+ <%= ver.distversion %>
<% if #categories > 1 then %>
<ul class="breadcrumb pull-right" id="modemenu">
<% for i, r in ipairs(categories) do %>