forked from I2P_Developers/i2p.i2p
i2psnark:
- Set-all priority buttons (ticket #1376) - Move icons to resources dir, add js dir - Todo: more CSS
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user