1
0
Fork 0

deleted some unused css, preparing for migration to scss

This commit is contained in:
gschwab 2014-03-04 11:57:34 +01:00
parent 4522443ef8
commit 66e8d281fb
1 changed files with 0 additions and 18 deletions

View File

@ -1,8 +1,3 @@
.disabledBtn {
opacity: 0.4 !important;
cursor: default !important;
}
#collectionPrev, #collectionNext{
cursor: pointer;
}
@ -38,19 +33,6 @@
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 {
font-weight: 400 !important;
}