forked from I2P_Developers/i2p.i2p
hide notification div when bandwidth test is complete, switch back to green icon for slide messages
This commit is contained in:
@@ -1193,7 +1193,7 @@ div.messages {
|
||||
/* margin: 10px 0 15px 0;*/
|
||||
border: 1px solid #292929;
|
||||
background: #1F1A24;
|
||||
background: url(images/infohelp.png) no-repeat 12px center, right bottom no-repeat #1F1A24;
|
||||
background: url(images/confirmed.png) no-repeat 12px center, right bottom no-repeat #1F1A24;
|
||||
background-size: 28px 28px, auto 90%;
|
||||
font-weight: bold;
|
||||
font-size: 9.5pt;
|
||||
@@ -3592,6 +3592,10 @@ table#bandwidthconfig td:first-child {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#xhr2.notification:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table#bandwidthconfig {
|
||||
padding: 5px 10px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user