a6d33db20f
Previously, the only way to select all the module labels was with the following kind of selector: ```css .modules-left > widget > label, .modules-center > widget > label, .modules-right > widget > label { /* ... */ } ``` (and a matching block for the `box` containers). Now, this can be expressed as ```css label.module, box.module { /* ... */ } ``` |
||
---|---|---|
.. | ||
modules | ||
util | ||
AAppIconLabel.hpp | ||
AIconLabel.hpp | ||
ALabel.hpp | ||
AModule.hpp | ||
ASlider.hpp | ||
IModule.hpp | ||
bar.hpp | ||
client.hpp | ||
config.hpp | ||
factory.hpp | ||
group.hpp |