mirror of https://github.com/mikaku/Monitorix.git
some improvements in the 3D effect of the main page
This commit is contained in:
parent
4ce1f54700
commit
815394f9d9
|
@ -13,10 +13,10 @@ body {
|
|||
table {
|
||||
background: #888888;
|
||||
border: 1px black;
|
||||
border-left: 1px outset #888888;
|
||||
border-top: 1px outset #888888;
|
||||
border-right: 1px outset black;
|
||||
border-bottom: 1px outset black;
|
||||
border-left: 1px outset #b2b2b2;
|
||||
border-top: 1px outset #b2b2b2;
|
||||
border-right: 1px outset #7a7a7a;
|
||||
border-bottom: 1px outset #7a7a7a;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@ body {
|
|||
|
||||
table {
|
||||
background: #cccccc;
|
||||
border-left: 1px outset #888888;
|
||||
border-top: 1px outset #888888;
|
||||
border-right: 1px outset #7a7a7a;
|
||||
border-bottom: 1px outset #7a7a7a;
|
||||
border-left: 1px outset #b2b2b2;
|
||||
border-top: 1px outset #b2b2b2;
|
||||
border-right: 1px outset #5b5b5b;
|
||||
border-bottom: 1px outset #5b5b5b;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue