mirror of https://github.com/mikaku/Monitorix.git
fixed the right-bottom outset color from table in white.css
This commit is contained in:
parent
b94379084b
commit
dd9442aec2
|
@ -8,8 +8,8 @@ table {
|
||||||
background: #cccccc;
|
background: #cccccc;
|
||||||
border-left: 1px outset #888888;
|
border-left: 1px outset #888888;
|
||||||
border-top: 1px outset #888888;
|
border-top: 1px outset #888888;
|
||||||
border-right: 1px outset #5a5a5a;
|
border-right: 1px outset #7a7a7a;
|
||||||
border-bottom: 1px outset #5a5a5a;
|
border-bottom: 1px outset #7a7a7a;
|
||||||
border-spacing: 5px;
|
border-spacing: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue