I2PTunnels CSS tweaks.

This commit is contained in:
z3d
2009-07-29 10:24:52 +00:00
parent f1103bec7b
commit abf2bead33
5 changed files with 18 additions and 13 deletions

View File

@@ -158,26 +158,31 @@ hr {
margin-top: 8px;
background: url(images/tabletitlelight.png) repeat: x;
vertical-align: middle;
text-decoration: none;
}
.control:link {
color: #001;
text-decoration: none;
}
.control:hover {
border: 1px solid #eeeeff;
background-color: #003;
color: #ff6600 !important;
text-decoration: none;
}
.control:active {
border: 2px inset;
border: 1px inset;
background-color: #f60;
color: #fff !important;
text-decoration: none;
}
.control:visited {
color: #001;
text-decoration: none;
}
.panel {