2017-05-18 03:17:00 +08:00
|
|
|
table.footable>tbody>tr.footable-empty>td {
|
|
|
|
font-size:15px !important;
|
|
|
|
font-style:italic;
|
|
|
|
}
|
|
|
|
.pagination a {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
2019-10-24 04:09:10 +08:00
|
|
|
.panel.panel-default {
|
2017-05-18 03:17:00 +08:00
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
.table-responsive {
|
2017-06-26 07:33:53 +08:00
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.table-responsive {
|
|
|
|
overflow-x: scroll !important;
|
|
|
|
}
|
2017-05-18 03:17:00 +08:00
|
|
|
}
|
|
|
|
.footer-add-item {
|
|
|
|
display:block;
|
|
|
|
text-align: center;
|
|
|
|
font-style: italic;
|
|
|
|
padding: 10px;
|
|
|
|
background: #F5F5F5;
|
|
|
|
}
|
|
|
|
.mass-actions-user {
|
|
|
|
user-select: none;
|
2019-10-24 04:09:10 +08:00
|
|
|
padding:10px 0;
|
2017-05-18 03:17:00 +08:00
|
|
|
}
|
2017-05-27 05:02:04 +08:00
|
|
|
.inputMissingAttr {
|
|
|
|
border-color: #FF4136;
|
|
|
|
}
|
2017-11-04 03:37:24 +08:00
|
|
|
#logText {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2019-02-16 03:20:14 +08:00
|
|
|
}
|
|
|
|
body {
|
|
|
|
overflow-y:scroll;
|
2019-07-28 00:50:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
table tbody tr {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody tr td input[type="checkbox"] {
|
|
|
|
cursor: pointer;
|
2019-10-24 04:09:10 +08:00
|
|
|
}
|