i2psnark:

- Set-all priority buttons (ticket #1376)
 - Move icons to resources dir, add js dir
 - Todo: more CSS
This commit is contained in:
zzz
2014-09-09 15:27:53 +00:00
parent 34d14a720b
commit 18e7e56a6c
23 changed files with 154 additions and 20 deletions

View File

@@ -526,6 +526,36 @@ a:hover {
font-weight: bold;
}
a.control, a.controld {
background: #989;
border: 1px inset #bbb;
border-radius: 4px;
color: #000;
font-weight: bold;
margin: 2px 4px;
padding: 2px;
text-shadow: 0px 0px #410;
white-space: nowrap;
}
a.controld {
color: #444;
font-weight: normal;
}
a.control:hover {
background-color: #f60;
border: 1px outset #bbb;
color: #fff;
text-shadow: 0px 1px 5px #f00;
}
a.control:active {
background: #000 !important;
color: #f60 !important;
text-shadow: 0 !important;
}
input {
font-size: 8.5pt;
font-weight: bold;