filter list appears all simultaneously
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
margin-top: 4px;
|
||||
border: 1px solid rgb(213, 207, 207);
|
||||
border-radius: 6px;
|
||||
box-shadow: 3px 3px 1px #888888;
|
||||
box-shadow: 0px 1px 3px #888888;
|
||||
}
|
||||
.nav-header {
|
||||
background-color: #eee;
|
||||
@@ -35,6 +35,12 @@
|
||||
position: relative;
|
||||
left: 8px;
|
||||
}
|
||||
#mindmapListTable {
|
||||
border-radius: 6px;
|
||||
left: -4px;
|
||||
position: relative;
|
||||
box-shadow: 0px 1px 9px #888888;
|
||||
}
|
||||
|
||||
#mindmapListContainer {
|
||||
background: #FFFFFF;
|
||||
|
Reference in New Issue
Block a user