From ec5bda34f9d2714db19d61cd9e82fb45cc15bfc1 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 10 Feb 2020 12:18:32 +0100 Subject: viewer: use a different background to separate command buttons and breadcrumbs --- viewer/src/components/LdCommand.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/src/components/LdCommand.vue') diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue index 8c6ccfc..54b602c 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue @@ -60,6 +60,7 @@ export default class LdCommand extends Vue { @import "@/assets/scss/theme.scss"; .command-btns { + background-color: $command-buttons-bgcolor; justify-content: space-around; vertical-align: middle; align-items: center; -- cgit v1.2.3