forked from I2P_Developers/i2p.i2p
* Console:
- Disable zh translation in graphs on windows due to font issues
- Fix NPE at startup
- Graph tweaks
This commit is contained in:
@@ -469,7 +469,7 @@ div.graphspanel img {
|
||||
text-align: center !important;
|
||||
background: #000;
|
||||
|
||||
opacity: 0.8;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
div.graphspanel img:hover {
|
||||
|
||||
@@ -477,7 +477,7 @@ div.graphspanel img {
|
||||
text-align: center !important;
|
||||
background: #001;
|
||||
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
|
||||
opacity: 0.8;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
div.graphspanel img:hover {
|
||||
|
||||
Reference in New Issue
Block a user