mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-04 20:10:50 +08:00
web: eventlog ui
This commit is contained in:
@@ -64,7 +64,7 @@ header nav a.special:hover {
|
||||
background-color: #5386c6;
|
||||
}
|
||||
header .menu {
|
||||
height: 100px;
|
||||
padding: 10px;
|
||||
border-bottom: solid #a6a6a6 1px;
|
||||
}
|
||||
.eventlog {
|
||||
@@ -76,6 +76,16 @@ header .menu {
|
||||
height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
.eventlog .close-button {
|
||||
float: right;
|
||||
margin: -9px;
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
}
|
||||
.eventlog .close-button:hover {
|
||||
color: black;
|
||||
}
|
||||
footer {
|
||||
box-shadow: 0 -1px 3px #d3d3d3;
|
||||
padding: 0px 10px 3px;
|
||||
|
||||
Reference in New Issue
Block a user