Hi!

Thanks for the great theme! Would it be possible to add disabled styles on at_admin theme?

I found these from at_core/css/at.settings.form.css.

select[disabled],
fieldset[disabled] select,
input[disabled] {
  background: #e7e7e7;
  border-color: #ccc;
  color: #666;
}

at_admin doesn't have these. I'm puzzled. Shouldn't a subtheme inherit these. at_admin seems to be a subtheme af at_core. Still these styles are not shown on at_admin. I tried to delete all the css files from the at_core and at_admin remained intact.