From dc26fdd43b69b9b4b4d72fb0f96cba0e3a954a51 Mon Sep 17 00:00:00 2001 From: "giancarlo.panichi" Date: Fri, 18 Sep 2015 13:36:42 +0000 Subject: [PATCH] 69: Create new Accounting Portlet Task-Url: https://support.d4science.org/issues/69 Updated Theme git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager-theme@118951 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gxt/theme/neptune/client/BorderLayoutDetails.java | 4 ++-- .../gxt/theme/neptune/client/ButtonGroupDetails.java | 2 +- src/com/sencha/gxt/theme/neptune/client/GridDetails.java | 2 +- .../sencha/gxt/theme/neptune/client/ThemeDetailsImpl.java | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/com/sencha/gxt/theme/neptune/client/BorderLayoutDetails.java b/src/com/sencha/gxt/theme/neptune/client/BorderLayoutDetails.java index 2305276..c2737ed 100644 --- a/src/com/sencha/gxt/theme/neptune/client/BorderLayoutDetails.java +++ b/src/com/sencha/gxt/theme/neptune/client/BorderLayoutDetails.java @@ -10,9 +10,9 @@ package com.sencha.gxt.theme.neptune.client; import com.sencha.gxt.themebuilder.base.client.config.TypeDetails; public interface BorderLayoutDetails { - @TypeDetails(sampleValue = "#DFEAF2", comment = "background for the borderlayoutcontainer, visible in margins and collapsed regions") + @TypeDetails(sampleValue = "#f0f2f2", comment = "background for the borderlayoutcontainer, visible in margins and collapsed regions") String panelBackgroundColor(); - @TypeDetails(sampleValue = "util.border('solid', '#DFEAF2', 1)", comment = "border styling for a non-mini collapsed region") + @TypeDetails(sampleValue = "util.border('solid', '#f0f2f2', 1)", comment = "border styling for a non-mini collapsed region") BorderDetails collapsePanelBorder(); } diff --git a/src/com/sencha/gxt/theme/neptune/client/ButtonGroupDetails.java b/src/com/sencha/gxt/theme/neptune/client/ButtonGroupDetails.java index bec43c3..fe30055 100644 --- a/src/com/sencha/gxt/theme/neptune/client/ButtonGroupDetails.java +++ b/src/com/sencha/gxt/theme/neptune/client/ButtonGroupDetails.java @@ -17,7 +17,7 @@ public interface ButtonGroupDetails { @TypeDetails(sampleValue = "util.padding(4)", comment = "the group's body padding") EdgeDetails bodyPadding(); - @TypeDetails(sampleValue = "util.border('solid', '#dfeaf2', 3)", comment = "the groups border") + @TypeDetails(sampleValue = "util.border('solid', '#f0f2f2', 3)", comment = "the groups border") BorderDetails border(); @TypeDetails(sampleValue = "3", comment = "border radius of the button group") diff --git a/src/com/sencha/gxt/theme/neptune/client/GridDetails.java b/src/com/sencha/gxt/theme/neptune/client/GridDetails.java index c79be91..2a976cc 100644 --- a/src/com/sencha/gxt/theme/neptune/client/GridDetails.java +++ b/src/com/sencha/gxt/theme/neptune/client/GridDetails.java @@ -14,7 +14,7 @@ public interface GridDetails { public interface RowEditorDetails { - @TypeDetails(sampleValue = "#DFEAF2", comment = "background color") + @TypeDetails(sampleValue = "#f0f2f2", comment = "background color") String backgroundColor(); @TypeDetails(sampleValue = "util.border('solid', '#e1e1e1', 1, 0)", comment = "border parameters") diff --git a/src/com/sencha/gxt/theme/neptune/client/ThemeDetailsImpl.java b/src/com/sencha/gxt/theme/neptune/client/ThemeDetailsImpl.java index e921c3a..0793150 100644 --- a/src/com/sencha/gxt/theme/neptune/client/ThemeDetailsImpl.java +++ b/src/com/sencha/gxt/theme/neptune/client/ThemeDetailsImpl.java @@ -1573,12 +1573,12 @@ public class ThemeDetailsImpl implements ThemeDetails { @Override public java.lang.String headerBackgroundColor() { - return "#DFEAF2"; + return "#f0f2f2"; } @Override public java.lang.String headerGradient() { - return "#DFEAF2 0%, #DFEAF2 100%"; + return "#f0f2f2 0%, #f0f2f2 100%"; } @Override @@ -2204,7 +2204,7 @@ public class ThemeDetailsImpl implements ThemeDetails { @Override public java.lang.String color() { - return "#dfeaf2"; + return "#f0f2f2"; } @Override @@ -2298,7 +2298,7 @@ public class ThemeDetailsImpl implements ThemeDetails { @Override public java.lang.String headerGradient() { - return "#dfeaf2 0%, #dfeaf2 100%"; + return "#f0f2f2 0%, #f0f2f2 100%"; } @Override