forked from 3wordchant/capsul-flask
more managed ips work: cli sql improvements, added admin panel
This commit is contained in:
@ -356,3 +356,26 @@ footer {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.network-row {
|
||||
background-color: #777e7350;
|
||||
padding: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.network-display {
|
||||
height: 1em;
|
||||
border: 1px solid #777e73;
|
||||
}
|
||||
|
||||
.network-display div {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.network-display div div {
|
||||
top: 1px;
|
||||
height: calc(1em - 2px);
|
||||
background-color: rgba(221, 169, 56, 0.8);
|
||||
border: 1px solid rgba(255, 223, 155, 0.8);
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
}
|
Reference in New Issue
Block a user