awsmug/torro-forms

View on GitHub
assets/dist/css/clipboard.css

Summary

Maintainability
Test Coverage
/*!
 * Torro Forms Version 1.0.8 (https://torro-forms.com)
 * Licensed under GNU General Public License v2 (or later) (http://www.gnu.org/licenses/gpl-2.0.html)
 */
input.clipboard-field {
    height: 28px;
    direction: ltr;
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    background-color: #f7f7f7;
    unicode-bidi: embed;
}

button.button.clipboard-button {
    width: 29px;
    height: 27px;
    padding: 3px;
    margin-top: 1px;
    margin-left: 1px;
}

button.button.clipboard-button img {
    width: 14px;
    height: auto;
}

.no-clipboard .clipboard-button {
    display: none;
}