mirror of
https://github.com/sismics/docs.git
synced 2025-04-20 10:26:35 +02:00
26 lines
340 B
Plaintext
26 lines
340 B
Plaintext
.table-documents {
|
|
thead th {
|
|
cursor: pointer;
|
|
width: 50%;
|
|
}
|
|
|
|
tbody tr {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.thumbnail-file {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.thumbnails-file [class*="span"]:first-child {
|
|
margin-left: 2.5641%;
|
|
}
|
|
|
|
.collapse[style="height: auto;"] {
|
|
overflow: visible;
|
|
}
|
|
|
|
input[readonly][datepicker-popup] {
|
|
cursor: pointer;
|
|
} |