some change for css

This commit is contained in:
windows11 2021-11-02 20:00:36 +08:00
parent c0ea66171a
commit fd382957ca
2 changed files with 7 additions and 5 deletions

@ -17,9 +17,10 @@ body { background: #222 url('../img/dark.png'); color: #fff; }
tr.even.expandRow > :hover { background: #2F2F2F !important; }
tr.odd.expandRow > :hover { background: #000 !important; }
.expandRow > td { padding: 0 !important; border-top: 0px !important; }
#month_traffic { min-width: 85px; }
#network { min-width: 80px; }
#month_traffic { min-width: 85px; max-width: 95px;}
#network { min-width: 85px; }
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
#ping { max-width: 85px; }
@media only screen and (max-width: 992px) {
#type, tr td:nth-child(4) { display:none; visibility:hidden; }

@ -14,9 +14,10 @@ body { background: #ebebeb url('../img/light.png'); }
tr.even.expandRow > :hover { background: #F9F9F9 !important; }
tr.odd.expandRow > :hover { background: #FFF !important; }
.expandRow > td { padding: 0 !important; border-top: 0px !important; }
#month_traffic { min-width: 85px; }
#network { min-width: 80px; }
#cpu, #ram, #hdd, #network { min-width: 45px; max-width: 90px; }
#month_traffic { min-width: 85px; max-width: 95px;}
#network { min-width: 85px; }
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
#ping { max-width: 85px; }
@media only screen and (max-width: 992px) {
#type, tr td:nth-child(4) { display:none; visibility:hidden; }