show portal load level by color
This commit is contained in:
11
style.css
11
style.css
@ -717,6 +717,17 @@ h3 {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#updatestatus .loadlevel {
|
||||
background: #FFF;
|
||||
color: #000000;
|
||||
display: inline-block;
|
||||
min-width: 1.5em;
|
||||
border: 1px solid #20A8B1;
|
||||
border-width: 0 1px;
|
||||
margin: -4px 0;
|
||||
padding: 4px 0.2em;
|
||||
}
|
||||
|
||||
#updatestatus .map {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user