mailcow/data/web/css/site/user.css

50 lines
898 B
CSS
Raw Normal View History

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;
}
#logText {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
body {
overflow-y:scroll;
}
table tbody tr {
cursor: pointer;
}
table tbody tr td input[type="checkbox"] {
cursor: pointer;
2019-10-24 04:09:10 +08:00
}