mirror of https://github.com/mikaku/Monitorix.git
white.css and black.css fix
This commit is contained in:
parent
da5a1855a4
commit
311a04efc3
|
@ -38,6 +38,7 @@ th, td {
|
|||
border-right: 1px outset #7a7a7a;
|
||||
border-bottom: 1px outset #7a7a7a;
|
||||
border-spacing: 5px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -60,7 +61,7 @@ th, td {
|
|||
.td-title {
|
||||
background-color: #333333;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #888800;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
.td-valign-top {
|
||||
|
|
|
@ -33,6 +33,7 @@ th, td {
|
|||
border-right: 1px outset #5b5b5b;
|
||||
border-bottom: 1px outset #5b5b5b;
|
||||
border-spacing: 5px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -55,7 +56,7 @@ th, td {
|
|||
.td-title {
|
||||
background-color: #777777;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #cccc00;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
.text-title-multihost {
|
||||
|
|
Loading…
Reference in New Issue