From 2747c19bdde673c6f66ea2839d18ad8131740816 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 15 Jun 2014 19:37:14 +0200 Subject: [PATCH] Vier: Border between side menu and content in "flat" style --- view/theme/vier/flat.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +}