Fixed print preview on Mozilla FF

pull/700/head
velioo 2018-06-07 16:06:10 +03:00
parent 4dea1e2769
commit a75d7d0f0d
2 changed files with 9 additions and 1 deletions

View File

@ -4253,3 +4253,11 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
background-color: #ffff !important;
}
/** /bootstrap-datetimepicker **/
/** Mozilla FF print preview fix **/
@media print {
.x_panel {
display: block !important;
}
}
/** Mozilla FF print preview fix **/

File diff suppressed because one or more lines are too long