mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
reconstruct map local
This commit is contained in:
BIN
web/css/jstree_style/32px.png
Executable file
BIN
web/css/jstree_style/32px.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
web/css/jstree_style/40px.png
Executable file
BIN
web/css/jstree_style/40px.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
1031
web/css/jstree_style/style.css
Executable file
1031
web/css/jstree_style/style.css
Executable file
File diff suppressed because it is too large
Load Diff
1
web/css/jstree_style/style.min.css
vendored
Executable file
1
web/css/jstree_style/style.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
BIN
web/css/jstree_style/throbber.gif
Executable file
BIN
web/css/jstree_style/throbber.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -287,15 +287,7 @@ body, html {
|
||||
z-index:999
|
||||
}
|
||||
|
||||
.filterSection{
|
||||
background: #FFF;
|
||||
padding: 15px 10px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
border: 1px solid #333;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
.filterSection .filterIcon{
|
||||
font-size: 16px;
|
||||
@@ -310,6 +302,31 @@ body, html {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.filterSection i{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*map panel*/
|
||||
|
||||
.jstree-icon.folder{
|
||||
background: url(http://img.alicdn.com/bao/uploaded/TB1TqJjIpXXXXcYXFXXSutbFXXX.jpg_q90.jpg) no-repeat !important;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.mapWrapper form{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.mapWrapper ul{
|
||||
list-style: none;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.mapWrapper li{
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.mapWrapper .removeBtn{
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/*map panel end*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user