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

Version Path
ndr_ui-4.1.1 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-3.3.1 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-3.3.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-3.2.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-3.1.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-3.0.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-2.3.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-2.2.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-2.1.1 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-2.1.0 app/assets/stylesheets/ndr_ui/index.scss
ndr_ui-2.0.2 app/assets/stylesheets/ndr_ui/index.scss