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
This commit is contained in:
Massimiliano Assante 2018-07-04 09:40:44 +00:00
parent d0ce0ccb2f
commit 8aa3da40c5
2 changed files with 7 additions and 0 deletions

View File

@ -35,5 +35,6 @@
</classpathentry>
<classpathentry kind="con" path="com.gwtplugins.gwt.eclipse.core.GWT_CONTAINER/gwt-2.7.0"/>
<classpathentry combineaccessrules="false" kind="src" path="/storagehub-icons-library"/>
<classpathentry combineaccessrules="false" kind="src" path="/WorkspaceTree"/>
<classpathentry kind="output" path="target/workspace-6.19.1-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -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;
}