refactor(gui): Add separating borders to file selector

This adds thin gray borders to the control surfaces in
the file selector for better visual distinction

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-06-20 19:03:40 +02:00
parent 07025ae76b
commit 0da17de422
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -57,7 +57,8 @@ const Flex = styled.div`
`
const Header = Flex.extend`
margin: 10px 15px 0;
padding: 10px 15px 0;
border-bottom: 1px solid ${ colors.primary.faded };
> * {
margin: 5px;
@ -67,8 +68,9 @@ const Header = Flex.extend`
const Main = Flex.extend``
const Footer = Flex.extend`
margin: 10px 20px;
padding: 10px;
flex: 0 0 auto;
border-top: 1px solid ${ colors.primary.faded };
> * {
margin: 0 10px;