mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-15 10:12:04 +08:00
6 lines
295 B
CSS
6 lines
295 B
CSS
body {background: #ebebeb url(../img/light.png);}
|
|
.layui-panel {overflow-x: auto;}
|
|
.layui-table th, .layui-table td { text-align: center;white-space: nowrap; }
|
|
.layui-progress-text { color: #000 !important; }
|
|
.collapse { text-align: center; }
|
|
.layui-table tr:hover { background-color: #f5f5f5; } |