Bug #86957
Updated by Thomas Anders about 6 years ago
We have received criticism from our customers that the color of the active backend module is too dark in 9.5. This should be more different from the menu. Currently its a 15% black: <pre><code class="css"> .modulemenu .modulemenu-item.active .modulemenu-item-link { background-color: rgba(0,0,0,.15); }</code></pre> !image.png! Maybe a bit more userfriendly is something like a 30% TYPO3 orange ?: <pre><code class="css">background-color: rgb(255, 123, 0,0.3);</code></pre> !image2.png!