add missing css declaration for cbi-button-find
This commit is contained in:
parent
39c9856002
commit
f65d05ac2b
3 changed files with 5 additions and 3 deletions
|
@ -632,7 +632,8 @@ input.cbi-input-password {
|
||||||
text-indent: 17px;
|
text-indent: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.cbi-input-find {
|
input.cbi-input-find,
|
||||||
|
input.cbi-button-find {
|
||||||
background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
|
background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
|
@ -81,7 +81,7 @@ You may obtain a copy of the License at
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<script type="text/javascript" src="<%=resource%>/xhr.js"></script>
|
<script type="text/javascript" src="<%=resource%>/xhr.js"></script>
|
||||||
|
|
||||||
<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title>
|
<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="lang_<%=luci.i18n.context.lang%>">
|
<body class="lang_<%=luci.i18n.context.lang%>">
|
||||||
|
|
|
@ -443,7 +443,8 @@ input.cbi-input-password {
|
||||||
text-indent: 17px;
|
text-indent: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.cbi-input-find {
|
input.cbi-input-find,
|
||||||
|
input.cbi-button-find {
|
||||||
background-image: url('../resources/cbi/find.gif');
|
background-image: url('../resources/cbi/find.gif');
|
||||||
color: #000000;
|
color: #000000;
|
||||||
padding-left: 17px;
|
padding-left: 17px;
|
||||||
|
|
Loading…
Reference in a new issue