2013-10-29, 01:45 PM
Currently when you go to AdminCP -> Themes and select a theme and it's .css file, you can customize your css properties with Simple and Advanced mode.
BUT, if you want to add a new CSS selector (ID or class, or whatever), then you have to go to Advanced mode, type in a new selector for example:
It would be a nice feature if you could add a CSS selector within Simple Mode too, just with one click. Some tool that looks like this:
![[Image: 52Pds.jpg]](https://camo.mybb.com/23f6c14823ca5aaa4849e3082fee98136ab50f2c/687474703a2f2f7075752e73682f35325064732e6a7067)
And then you type in the selector and just add it with a click. Much easier and faster, instead of switching back and forth between simple and advanced mode. Right?
BUT, if you want to add a new CSS selector (ID or class, or whatever), then you have to go to Advanced mode, type in a new selector for example:
.myClass {
}
And then you could modify it's properties via Simple or Advanced mode.It would be a nice feature if you could add a CSS selector within Simple Mode too, just with one click. Some tool that looks like this:
And then you type in the selector and just add it with a click. Much easier and faster, instead of switching back and forth between simple and advanced mode. Right?