commit
ed2530985e
@ -30,6 +30,10 @@ body {
|
||||
color: #777 !important;
|
||||
}
|
||||
|
||||
.text-orange {
|
||||
color: #ff8a00;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
|
@ -248,10 +248,10 @@ function blockTimeClass(diff)
|
||||
return 'text-success';
|
||||
|
||||
if(diff <= 20)
|
||||
return 'text-info';
|
||||
return 'text-warning';
|
||||
|
||||
if(diff <= 30)
|
||||
return 'text-warning';
|
||||
return 'text-orange';
|
||||
|
||||
return 'text-danger'
|
||||
}
|
Loading…
Reference in New Issue
Block a user