Commit a4917874 authored by Romain Courteaud's avatar Romain Courteaud

erp5_document_scanner: disable the black layer around the image

parent bf01d6dc
......@@ -18,9 +18,6 @@ div[data-gadget-url$="gadget_document_scanner.html"] .canvas {
filter: brightness(1);
text-align: center;
}
div[data-gadget-url$="gadget_document_scanner.html"] .camera-input {
background-color: rgba(0, 0, 0, 0.5);
}
div[data-gadget-url$="gadget_document_scanner.html"] .page-number {
display: inline;
}
......
......@@ -244,7 +244,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>982.62568.19112.61303</string> </value>
<value> <string>982.62805.13685.6178</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -262,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>1585903332.52</float>
<float>1585917504.3</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -55,7 +55,8 @@
}
.cropper-modal {
background-color: #000;
/* Disable the black layer around the image
background-color: #000;*/
opacity: 0.5;
}
......
......@@ -17,11 +17,6 @@ div[data-gadget-url$="gadget_document_scanner.html"] {
text-align: center;
}
.camera-input {
// Mimic cropper background
background-color: rgba(0, 0, 0, 0.5);
}
.page-number {
display: inline;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment