hide notification div when bandwidth test is complete, switch back to green icon for slide messages

This commit is contained in:
idk
2021-09-30 14:14:10 -04:00
parent 282460cb3f
commit bed013d858

View File

@@ -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;
}