Update site.css
This commit is contained in:
parent
cb0027e903
commit
7f8ffbf178
|
|
@ -5136,4 +5136,15 @@ select[name="network-io"], select[name="disk-io"] {
|
|||
padding: 2px;
|
||||
border-radius: 0;
|
||||
border-color: #ececec;
|
||||
}
|
||||
|
||||
.tabs-content .tabs-item {
|
||||
display: none;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.tabs-content .tabs-active.tabs-item {
|
||||
display: inline-block;
|
||||
}
|
||||
Loading…
Reference in New Issue