From 8aa3da40c5dcd7329f4143cb166d37cdb205dd18 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 4 Jul 2018 09:40:44 +0000 Subject: [PATCH] updated style for context menu git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@169657 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 1 + src/main/webapp/workspaceportlet.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.classpath b/.classpath index 925e0d5..759f837 100644 --- a/.classpath +++ b/.classpath @@ -35,5 +35,6 @@ + diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index 5127d80..4c95141 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -15,6 +15,12 @@ div#WestPanel { background-image: none !important; } +.x-menu { + border-color: #718bb7; + background-color: #fff !important; + background-image: none !important; +} + #SearchAndFilter { background-color: #fff; }