clipboardjs.css in Clipboard.js 8
Same filename and directory in other branches
.clipboardjs-button {
position: relative;
display: inline-block;
padding: 6px 12px;
font-size: 16px;
font-weight: bold;
line-height: 20px;
color: #333;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-color: #eee;
background-image: linear-gradient(#fcfcfc,#eee);
border: 1px solid #d5d5d5;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
}
input.clipboardjs {
-moz-appearance: textfield;
background-color: -moz-Field;
color: -moz-FieldText;
font: -moz-field;
text-rendering: optimizeLegibility;
line-height: normal;
text-align: start;
text-transform: none;
word-spacing: normal;
letter-spacing: normal;
cursor: text;
-moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
text-indent: 0;
-moz-user-select: text;
text-shadow: none;
overflow-clip-box: content-box;
min-height: 34px;
padding: 7px 8px;
font-size: 13px;
color: #333;
vertical-align: middle;
background-color: #fff;
background-repeat: no-repeat;
background-position: right 8px center;
border: 1px solid #ccc;
border-radius: 3px;
outline: none;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: -2px;
}
File
css/clipboardjs.cssView source
- .clipboardjs-button {
- position: relative;
- display: inline-block;
- padding: 6px 12px;
- font-size: 16px;
- font-weight: bold;
- line-height: 20px;
- color: #333;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- background-color: #eee;
- background-image: linear-gradient(#fcfcfc,#eee);
- border: 1px solid #d5d5d5;
- border-radius: 3px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-appearance: none;
- }
- input.clipboardjs {
- -moz-appearance: textfield;
- background-color: -moz-Field;
- color: -moz-FieldText;
- font: -moz-field;
- text-rendering: optimizeLegibility;
- line-height: normal;
- text-align: start;
- text-transform: none;
- word-spacing: normal;
- letter-spacing: normal;
- cursor: text;
- -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
- text-indent: 0;
- -moz-user-select: text;
- text-shadow: none;
- overflow-clip-box: content-box;
- min-height: 34px;
- padding: 7px 8px;
- font-size: 13px;
- color: #333;
- vertical-align: middle;
- background-color: #fff;
- background-repeat: no-repeat;
- background-position: right 8px center;
- border: 1px solid #ccc;
- border-radius: 3px;
- outline: none;
- box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- margin-right: -2px;
- }