add missing css declaration for cbi-button-find

This commit is contained in:
Manuel Munz 2012-09-12 16:15:54 +00:00
parent 39c9856002
commit f65d05ac2b
3 changed files with 5 additions and 3 deletions

View file

@ -632,7 +632,8 @@ input.cbi-input-password {
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-color: inherit;
color: #000;

View file

@ -81,7 +81,7 @@ You may obtain a copy of the License at
<% end -%>
<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>
<body class="lang_<%=luci.i18n.context.lang%>">

View file

@ -443,7 +443,8 @@ input.cbi-input-password {
text-indent: 17px;
}
input.cbi-input-find {
input.cbi-input-find,
input.cbi-button-find {
background-image: url('../resources/cbi/find.gif');
color: #000000;
padding-left: 17px;