Webinterface
This commit is contained in:
24
srv/poe_manager/static/css/style.css
Normal file
24
srv/poe_manager/static/css/style.css
Normal file
@@ -0,0 +1,24 @@
|
||||
body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.table-dark {
|
||||
background-color: #343a40 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f8f9fa;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
max-height: 600px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.mb-3 a.btn {
|
||||
margin-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user