You are here

naked.admin.css in Drupal Commons 7.3

/* Set the icon for the layout in the theme settings form */
fieldset.at-layout-form .form-type-radio label[for$=naked] {
  background: transparent url(naked.png) no-repeat 0 0;
}

File

themes/commons/commons_origins/custom_layouts/naked/naked.admin.css
View source
  1. /* Set the icon for the layout in the theme settings form */
  2. fieldset.at-layout-form .form-type-radio label[for$=naked] {
  3. background: transparent url(naked.png) no-repeat 0 0;
  4. }