Bug Fix: Webcam Attachment in <= Win 7
Flash video overlay was hiding the Comments model dialog. The flash object is now hidden where <= Win 7 is detected (navigator.userAgent).
This commit is contained in:
@@ -1137,7 +1137,7 @@ p.fa-p {
|
||||
}
|
||||
|
||||
// Attachment Uploader
|
||||
div.disco-attachmentUpload-dropTarget {
|
||||
div.Disco-AttachmentUpload-DropTarget {
|
||||
display: none;
|
||||
|
||||
&.dragHighlight {
|
||||
@@ -1169,7 +1169,7 @@ div.disco-attachmentUpload-dropTarget {
|
||||
}
|
||||
}
|
||||
|
||||
div.disco-attachmentUpload-progress {
|
||||
div.Disco-AttachmentUpload-Progress {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
bottom: 48px;
|
||||
@@ -1185,7 +1185,7 @@ div.disco-attachmentUpload-progress {
|
||||
}
|
||||
}
|
||||
|
||||
div.disco-attachmentUpload-commentDialog {
|
||||
div.Disco-AttachmentUpload-CommentDialog {
|
||||
padding: 0.25em 0.5em !important;
|
||||
|
||||
table {
|
||||
@@ -1222,7 +1222,7 @@ div.disco-attachmentUpload-commentDialog {
|
||||
}
|
||||
}
|
||||
|
||||
div.disco-attachmentUpload-imageDialog {
|
||||
div.Disco-AttachmentUpload-ImageDialog {
|
||||
background-color: @black !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
|
||||
Reference in New Issue
Block a user