blob: f1585dfa3bb8300690a9e46e5c338c45688b7660 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014-2016 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
.clipboard-field > .field {
margin-left: @mandatory-indicator-width;
& .input-field {
background-color: @item-selection-background-color;
padding: @text-field-padding-y @text-field-padding-x;
#scout.user-select(text);
white-space: pre-wrap;
height: 100%;
& > img {
display: none;
}
}
& > .copy-button {
position: absolute;
top: 0;
right: 0;
}
}