contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Contao packages highlighted in CM 1.8.5 #812

Closed netzarbeiter closed 2 weeks ago

netzarbeiter commented 2 weeks ago

Many thanks for the dark mode and the small improvements.

To highlight the Contao packages, an orange border is placed around them.

I therefore briefly have the feeling that an action is needed here.

If we omit the border and insert a margin to the packages, this effect could also be achieved.

.package--contao:has(+ .package) {
    margin-bottom: 5em;
}

Contao Manager 1.8.5

cm-dark1 cm-light1

Contao Manager 1.8.6

cm-dark2 cm-light2

aschempp commented 2 weeks ago

see https://github.com/contao/contao-manager/pull/813