summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
diff options
context:
space:
mode:
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css b/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
index 0ca464309..45eb9f1d1 100644
--- a/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
+++ b/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
@@ -1,7 +1,15 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
html,body {
width: 100%;
- height: 100%;
overflow: hidden;
+ background-color: #414040;
}
#next-app {