diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-30 17:14:07 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-30 17:14:07 +0100 |
commit | 52883f6f5d58dbe4adc9f47e0fdc969c62efb392 (patch) | |
tree | d3cfb514a3f1a171164d79f615a3ea107bffe5c3 /scss | |
parent | 4e0a147923ed6027e269bcb3eabf6361902050bb (diff) | |
download | Ishtar-52883f6f5d58dbe4adc9f47e0fdc969c62efb392.tar.bz2 Ishtar-52883f6f5d58dbe4adc9f47e0fdc969c62efb392.zip |
UI: adapt shortcut menu
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 7 |
1 files changed, 6 insertions, 1 deletions
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%; } |