mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-02 12:07:18 +00:00
update overlay to web interface
This commit is contained in:
@@ -147,4 +147,24 @@
|
||||
.http_status_504
|
||||
{
|
||||
color: #910A0A;
|
||||
}
|
||||
|
||||
|
||||
#dragbar{
|
||||
position:absolute;
|
||||
left:0px;
|
||||
top:0px;
|
||||
height: 100%;
|
||||
float: left;
|
||||
background-color:#CCC;
|
||||
width: 3px;
|
||||
cursor: col-resize;
|
||||
}
|
||||
#ghostbar{
|
||||
width:3px;
|
||||
background-color:#000;
|
||||
opacity:0.5;
|
||||
position:absolute;
|
||||
cursor: col-resize;
|
||||
z-index:999
|
||||
}
|
Reference in New Issue
Block a user