From: Michael Vogel Date: Sun, 15 Jun 2014 17:37:14 +0000 (+0200) Subject: Vier: Border between side menu and content in "flat" style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2747c19bdde673c6f66ea2839d18ad8131740816;p=friendica.git Vier: Border between side menu and content in "flat" style --- diff --git a/view/theme/vier/flat.css b/view/theme/vier/flat.css index 4faa8a3940..d71ab2177b 100644 --- a/view/theme/vier/flat.css +++ b/view/theme/vier/flat.css @@ -2,3 +2,13 @@ body, section { background-color: #ffffff !important;} #profile-jot-form { background-color: #ffffff !important;} .dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;} + +div.pager, ul.tabs { + box-shadow: unset; + background-color: unset; + border-bottom: unset; +} + +aside { + border-right: 1px solid #D2D2D2; +}