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 | b08c4ccb4cceee7ec2c326810e11775ad1443c10 (patch) | |
tree | d3cfb514a3f1a171164d79f615a3ea107bffe5c3 /scss | |
parent | b3923afa4dd9043ca7d33c0ac270e36a77212e68 (diff) | |
download | Ishtar-b08c4ccb4cceee7ec2c326810e11775ad1443c10.tar.bz2 Ishtar-b08c4ccb4cceee7ec2c326810e11775ad1443c10.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%; } |