CC-3845 : General UI cleanup
This commit is contained in:
parent
bb084f5a85
commit
766f897dfe
2 changed files with 5 additions and 1 deletions
|
@ -22,4 +22,8 @@ div.his-timerange div {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.dataTable tbody tr {
|
||||||
|
cursor: auto;
|
||||||
}
|
}
|
|
@ -189,7 +189,7 @@ table.dataTable tr.sb-past,
|
||||||
table.dataTable tr.sb-header,
|
table.dataTable tr.sb-header,
|
||||||
table.dataTable tr.sb-footer,
|
table.dataTable tr.sb-footer,
|
||||||
table.dataTable tr.sb-not-allowed {
|
table.dataTable tr.sb-not-allowed {
|
||||||
cursor: default;
|
cursor: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.dataTable td.sb-image {
|
table.dataTable td.sb-image {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue