-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed;
+ overflow: hidden;
+ white-space: nowrap;
}
:-moz-placeholder {
color: #999999;
border-color: #eee;
.box-shadow(inset 0 1px 2px rgba(0,0,0,.025));
cursor: not-allowed;
+ // prevent text from wrapping, but still cut it off like an input does
+ overflow: hidden;
+ white-space: nowrap;
}
// Placeholder text gets special styles; can't be bundled together though for some reason