Initial commit (code only without large binaries)
This commit is contained in:
64
EdgeAdmin/web/views/@default/servers/index.less
Normal file
64
EdgeAdmin/web/views/@default/servers/index.less
Normal file
@@ -0,0 +1,64 @@
|
||||
.ui.message {
|
||||
.icon.remove {
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 2.2em;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.node-logs-box {
|
||||
max-height: 14em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.node-logs-box::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.server-checkbox-td {
|
||||
.checkbox {
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
.checkbox:hover {
|
||||
opacity: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.server-name-td {
|
||||
position: relative;
|
||||
|
||||
.icon.setting {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 50%;
|
||||
margin-top: -1em;
|
||||
}
|
||||
}
|
||||
|
||||
.server-name-td:hover {
|
||||
.icon.setting {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.bandwidth-span {
|
||||
var {
|
||||
font-size: 0.8em;
|
||||
|
||||
span {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
th.value-column {
|
||||
width: 8em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user