One small css change does make it all better... e107_themes/bootstrap3/admin_style.css #6102
Answered
by
e107help
Bot
Alex-e107nl
asked this question in
General
|
@e107help i really do not know if you can see this but it is so annoying, i did spend ours and ours to change the bootstrap 3 admin theme a few years ago and it got accepted, i completely made it in e107 style but, there was one error in it that irritates me since it was used.... and it was not mine... Please change this in the css: e107_themes/bootstrap3/admin_style.css starting at line 2117. To: I don't need it myself anymore, but I can imagine that anyone looking at it in the admin screen of a standard e107 thinks, "Couldn't that have been done better?", and the answer is yes :-) |
Answered by
e107help[bot]
Sep 6, 2026
Replies: 1 comment 9 replies
|
@Alex-e107nl Err, where is that css applied? |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




There is a diff to argue with now: #6284.
@Alex-e107nl, one thing in it is a reversal on my part. I twice called your
border-top: 1px solid rgba(255,255,255,.2)a separate question to be decided on its own, and that was wrong. Once the panel meets the header there is nothing between them, and a percentage offset resolves against the navbar's padding box, so the panel's first pixel row lands on the header's own bottom border and repaints it. Five of the six locally shipped admin skins draw a border there, and Modern Dark 2's is a deliberate 2px black rule. Without a hairline the change does not move a seam, it deletes one. So it is in the diff. What the mechanics settle is that there has t…