* luci/themes: css fixes

This commit is contained in:
Jo-Philipp Wich 2008-10-23 18:49:05 +00:00
parent aa5c150f37
commit 6e038f2361
2 changed files with 4 additions and 4 deletions

View file

@ -448,14 +448,14 @@ input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000000;
padding-left: 17px; text-indent: 17px;
} }
input.cbi-input-password { input.cbi-input-password {
background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000000;
padding-left: 17px; text-indent: 17px;
} }
input.cbi-input-find { input.cbi-input-find {

View file

@ -470,14 +470,14 @@ input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000000;
padding-left: 17px; text-indent: 17px;
} }
input.cbi-input-password { input.cbi-input-password {
background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000000;
padding-left: 17px; text-indent: 17px;
} }
input.cbi-input-find { input.cbi-input-find {