Not planned Please add a bottom border to the editor toolbar

This suggestion has been closed. Votes are no longer accepted.
I am cool with the design as is but can see the concern and it might be something I will hear about from my users once they get a look at 2.2
 
The more I see it, the more I don't like it. I see the look that you guys were going for (clean and minimalist), but my eye still wants a border.

Or at least an option to easily add a border ;)
 
There's a ton of things that can be done to improve the design, but some of these choices will (understandably) be marked as arbitrary.

In the meantime, a simple css tweak solves the problem. Example on how to apply it to quick reply:

CSS:
.fr-box.fr-basic .fr-toolbar.fr-top {
    border-bottom: 1px solid #ebebeb;
}
 
Top Bottom