Sha256: 3fd9c46683044b41f289f502d828f8b97bd501e137177069d91013bbee43442d
Contents?: true
Size: 622 Bytes
Versions: 11
Compression:
Stored size: 622 Bytes
Contents
// "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables" @import "bootstrap-sprockets"; @import "bootstrap"; // Fieldsets don't behave properly with Bootstrap in Firefox // https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685 @-moz-document url-prefix() { fieldset { display: table-cell; } } // for input fields with input-addons, remove background and border when the form is readonly. .input-group { .form-control-static + .input-group-addon { background: none; border:0; } }
Version data entries
11 entries across 11 versions & 1 rubygems