mirror of https://gitee.com/bigwinds/arangodb
deleted some unused css, preparing for migration to scss
This commit is contained in:
parent
4522443ef8
commit
66e8d281fb
|
@ -1,8 +1,3 @@
|
||||||
.disabledBtn {
|
|
||||||
opacity: 0.4 !important;
|
|
||||||
cursor: default !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collectionPrev, #collectionNext{
|
#collectionPrev, #collectionNext{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -38,19 +33,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#addDocumentLine {
|
|
||||||
padding-top: 7px;
|
|
||||||
padding-right: 0;
|
|
||||||
margin-right: -1px;
|
|
||||||
float: right;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#addDocumentLine:hover,
|
|
||||||
#sourceView:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.dataTable thead th {
|
table.dataTable thead th {
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue