backdrop-contrib / seo_meta

SEO Meta Tags module for Backdrop CMS
GNU General Public License v2.0
4 stars 1 forks source link

Make checkboxes styling more specific to SEO forms #17

Closed ghost closed 6 years ago

ghost commented 6 years ago

Currently, seo_meta.admin.css styles checkboxes such that all checkboxes on the form are affected, rather than just SEO Meta form checkboxes.

Recommend changing:

.form-checkboxes {
  display: flex;
}

To something like:

#edit-seo-meta .form-checkboxes {
  display: flex;
}
findlabnet commented 6 years ago

Fixed in latest release. @BWPanda, thanks again.