forked from I2P_Developers/i2p.i2p
Fixed an i2ptunnel button regression in the dark console theme
This commit is contained in:
@@ -196,7 +196,7 @@ hr {
|
||||
|
||||
.control:active {
|
||||
border: 1px inset;
|
||||
background-color: #f60;
|
||||
background-color: #f60 !important;
|
||||
color: #EE9 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user