mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user