'Custom CSS' Button on Toolbar

Permalink
I find it to be rather time consuming to get to the 'Custom CSS' button. I want to make a toolbar button that would open the Custom CSS panel. I've got the button working (currently it's going to Clear Cache), but I can't seem to figure out how to connect it to the Custom CSS panel. The panel doesn't seem to have an associated URL. Any ideas?

Kurtopsy
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi Kurtopsy,

The Customize panel is loaded using AJAX. From there, clicking on the Custom CSS gear icon AJAX loads the Ace editor and the Custom CSS form modal.

I don't much about this topic, but I believe you could start looking here:
Customize panel
concrete\views\panels\page\design\customize.php
Custom CSS form modal
concrete\views\dialogs\page\design\css.php
Kurtopsy replied on at Permalink Reply
Kurtopsy
Thanks MrKDilkington! This helps. I'll see what I can make happen.