mirror of https://gitee.com/bigwinds/arangodb
coll pagination style
This commit is contained in:
parent
787c38b715
commit
7168cc3b66
|
@ -1,3 +1,12 @@
|
|||
#collectionPrev, #collectionNext{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.disabledPag, .disabledPag a{
|
||||
opacity: 0.5 !important;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
#tableDiv {
|
||||
margin-top: -40px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
|
@ -6,7 +15,6 @@
|
|||
z-index: 900;
|
||||
}
|
||||
|
||||
|
||||
#addDocumentLine:hover, #sourceView:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue