Minor css fixes, delete/pause addresses, validation fixes for nodes with 0 in address

This commit is contained in:
Deon George
2021-07-02 00:25:41 +10:00
parent 88d189110d
commit 54bcdf4b13
7 changed files with 132 additions and 9 deletions

View File

@@ -257,8 +257,8 @@ ul#searchbar li i {
#sidebar {
position:absolute;
left:0;
top:calc(3em + 8px);
height:calc(100vh - 3em + 8px);
top:calc(3em + 5px);
height:calc(100vh - 3em + 5px);
width:22ch;
overflow:hidden;
padding-top:1.5em;
@@ -708,4 +708,11 @@ a.goback:focus:before {
.gohome:hover:before,
.gohome:hover:after {
color:#a50!important
}
.modal-header.bg-danger .modal-title {
color: #fff !important;
}
.modal-body {
color: #0c0c0c;
}