Fixed an i2ptunnel button regression in the dark console theme

This commit is contained in:
str4d
2012-07-28 12:33:36 +00:00
parent b6eef94383
commit c2438a7508
2 changed files with 3 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ hr {
.control:active {
border: 1px inset;
background-color: #f60;
background-color: #f60 !important;
color: #EE9 !important;
text-decoration: none;
}

View File

@@ -102,6 +102,7 @@
#tunnelListPage .footer .control:active {
color: #EE9 !important;
background: #F60 !important;
}
#tunnelListPage .footer label {
@@ -149,4 +150,4 @@
width: 150px;
height: 24px;
float: left;
}
}