From 05565e2551fe5244670f31fc4023fc8edd998605 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 19 Nov 2013 14:02:04 +0000
Subject: [PATCH] SP-998 / BIS-577 : Core UI - Change UI Color

SVN: 30177
---
 .../java/ch/systemsx/cisd/openbis/client/web/public/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html b/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html
index d7807d15e73..a0d312fac6a 100644
--- a/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html
+++ b/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html
@@ -10,6 +10,9 @@
 <link rel="shortcut icon" href="images/favicon.ico" />
 <link rel="icon" type="image/png" href="images/favicon.png" />
 <link rel="stylesheet" type="text/css" href="resources/css/gxt-all.css" />
+<!-- New Grey / White Style -->
+<link rel="stylesheet" type="text/css" href="resources/css/gxt-gray.css" />
+
 <link rel="stylesheet" type="text/css" href="resources/css/debug-panel.css" />
 
 <!--
-- 
GitLab