mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-05 13:10:07 +00:00
improve server-status theme (#310)
* Add files via upload * Add files via upload * Add files via upload * improve theme-server-status 1.前台分组展示agent 2.一些小优化 --------- Co-authored-by: SuperHsiao <superhsiao@4indesign.com>
This commit is contained in:
@@ -27,6 +27,10 @@ body[theme="light"] .table {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
body[theme="light"] .table>thead>tr>th.node-group-tag {
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
body[theme="light"] .table-striped tbody > tr.even > td,
|
||||
body[theme="light"] .table-striped tbody > tr.even > th {
|
||||
background-color: #F9F9F9;
|
||||
@@ -37,10 +41,25 @@ body[theme="light"] .table-striped tbody > tr.odd > th {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
body[theme="light"] .table>tbody>tr>td,
|
||||
body[theme="light"] .table>tbody>tr>th,
|
||||
body[theme="light"] .table>tfoot>tr>td,
|
||||
body[theme="light"] .table>tfoot>tr>th,
|
||||
body[theme="light"] .table>thead>tr>td,
|
||||
body[theme="light"] .table>thead>tr>th {
|
||||
line-height:20px;
|
||||
}
|
||||
|
||||
body[theme="light"] .progress-bar {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
body[theme="light"] .progress-offline .progress-bar-success {
|
||||
background-image: linear-gradient(grey 0px, grey 100%);
|
||||
}
|
||||
}
|
||||
|
||||
body[theme="light"] .table-hover > tbody > tr:hover > td {
|
||||
background: #E6E6E6;
|
||||
}
|
||||
@@ -75,4 +94,10 @@ body[theme="light"] .service-status .warning {
|
||||
|
||||
body[theme="light"] .service-day-status-icon {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
body[theme="light"] footer p a,
|
||||
body[theme="light"] footer p a:hover {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user