Commit 3fa8ed01 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: set different color to disabled buttons

parent ada20d85
......@@ -67,4 +67,9 @@ div[data-gadget-scope="field_your_document_scanner_gadget"] {
font-size: 16px;
font-family: "Lucida Grande", "Arial", sans-serif;
width: 760px;
}
\ No newline at end of file
}
button:disabled,
button[disabled]{
color: #999999;
}
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