1.4releasedAdmin CSS Override

This extension allows to override Symphony's Admin CSS styles by additional CSS rules. It simply appends a custom stylesheet to the head of admin pages.

Clone URLhttps://github.com/michael-e/admin_css_override.git

Add as a submodulegit submodule add https://github.com/michael-e/admin_css_override.git extensions/admin_css_override --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
No1.31.31.4NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Admin CSS Override

This extension allows overriding admin CSS styles by CSS rules placed in assets/admin_css_override.css. The extension simply appends the admin_css_override.css stylesheet to the head of admin pages.

Installation

  1. Upload the admin_css_override folder in this archive to your Symphony 'extensions' folder.

  2. Enable it by selecting the "Admin CSS Override", choose Enable from the with-selected menu, then click Apply.

Usage

  • Place your CSS rules in assets/admin_css_override.css. There are sample rules included, changing Symphony's navigation dropdown style.

Updating

If you ever update this extension, DO NOT OVERWRITE your stylesheet (admin_css_override.css) file. (Just in case: You DO have a backup of your website, dont't you?)

Version history

Requires Symphony 2.3

  • Updated for Symphony 2.3

Symphony 2.0.6 to 2.2.x

  • Added extension.meta.xml file

Symphony 2.0.6 to 2.1.x

  • Initial commit

Symphony 2.0.6 to 2.2.x

Symphony 2.0.6 to 2.2.x

  • minor improvements

Symphony 2.0.6 to 2.2.x

  • Symphony 2.2 compatibility