Cleanup css files and remove unused styles
[civicrm-core.git] / CRM / Admin / Form.php
index 897274d55e34c32995c0c44642f32925ccfea300..ea32fd3169d923d1b33f8387e4c8b6b4fc6456b4 100644 (file)
@@ -68,6 +68,8 @@ class CRM_Admin_Form extends CRM_Core_Form {
    * Basic setup.
    */
   public function preProcess() {
+    Civi::resources()->addStyleFile('civicrm', 'css/admin.css');
+
     $this->_id = $this->get('id');
     $this->_BAOName = $this->get('BAOName');
     $this->_values = array();