From 52883f6f5d58dbe4adc9f47e0fdc969c62efb392 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Jan 2018 17:14:07 +0100 Subject: UI: adapt shortcut menu --- scss/custom.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index b97424674..7797f4c03 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -142,11 +142,16 @@ p.confirm-message{ padding: 1em; } -#context-menu a{ +#context-menu a.nav-link{ color: $dark-secondary-color; padding: 0.2rem 0.5rem; } +#context-menu .breadcrumb{ + margin-bottom: 0; + background-color: transparent; +} + #current_items{ width: 100%; } -- cgit v1.2.3