i2psnark:

- More CSS
 - .js mime type
This commit is contained in:
zzz
2014-09-09 19:53:08 +00:00
parent 12cc501e25
commit 1c5e9b7fe3
3 changed files with 10 additions and 1 deletions

View File

@@ -628,6 +628,14 @@ input[type=radio] {
input.default { width: 1px; height: 1px; visibility: hidden; }
input.disabled, input.disabled:hover {
background-color: #989;
border: 1px inset #bbb;
color: #444;
font-weight: normal;
text-shadow: 0px 0px 0px #444;
}
input.accept {
background: #989 url('../../console/images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;