You are here

paragraphs_sets.modal.css in Paragraphs Sets 8.2

Same filename and directory in other branches
  1. 8 css/paragraphs_sets.modal.css
ul.paragraphs-add-dialog-list input.field-append-set-submit {
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: auto calc(100% - 10px);
  padding-left: 40px;
  text-align: left;
  border-radius: 3px;
}

File

css/paragraphs_sets.modal.css
View source
  1. ul.paragraphs-add-dialog-list input.field-append-set-submit {
  2. background-repeat: no-repeat;
  3. background-position: 10px;
  4. background-size: auto calc(100% - 10px);
  5. padding-left: 40px;
  6. text-align: left;
  7. border-radius: 3px;
  8. }