GUACAMOLE-55: Set background to clipboard-service-target to match clipboard editor. Browser may otherwise explicitly add the background of the body to pasted text with inline styles.

This commit is contained in:
Michael Jumper
2016-06-29 17:24:51 -07:00
parent 3f372cce68
commit b9a57897c5

View File

@@ -17,6 +17,10 @@
* under the License.
*/
.clipboard, .clipboard-service-target {
background: white;
}
.clipboard {
position: relative;
border: 1px solid #AAA;
@@ -24,7 +28,6 @@
-webkit-border-radius: 0.25em;
-khtml-border-radius: 0.25em;
border-radius: 0.25em;
background: white;
width: 100%;
height: 2in;
white-space: pre;