[jbosstools-commits] JBoss Tools SVN: r43791 - trunk/central/plugins/org.jboss.tools.central.themes/css.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Sep 18 06:20:16 EDT 2012
Author: mickael_istria
Date: 2012-09-18 06:20:16 -0400 (Tue, 18 Sep 2012)
New Revision: 43791
Modified:
trunk/central/plugins/org.jboss.tools.central.themes/css/jbt.css
Log:
JBIDE-12552: Fix bundleClass.
Modified: trunk/central/plugins/org.jboss.tools.central.themes/css/jbt.css
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.themes/css/jbt.css 2012-09-18 10:18:08 UTC (rev 43790)
+++ trunk/central/plugins/org.jboss.tools.central.themes/css/jbt.css 2012-09-18 10:20:16 UTC (rev 43791)
@@ -3,9 +3,9 @@
*/
.jeeeyul-chrome-theme{
/*
- * This selector rule is exist for detect Chrome Theme to find rewrite target.
+ * This selector rule is exist for detect Chrome Theme to find rewrite target.
* See "RewriteChormeCSS.java"
- */
+ */
}
.MTrimmedWindow.topLevel {
@@ -20,22 +20,22 @@
font-family: 'Arial';
swt-simple: true;
swt-tab-renderer:
- url('bundleclass://net.jeeeyul.eclipse.themes/net.jeeeyul.eclipse.themes.rendering.ChromeTabRendering');
+ url('bundleclass://org.jboss.tools.central.themes/net.jeeeyul.eclipse.themes.rendering.ChromeTabRendering');
padding: 1px 6px 8px 6px; /* top left bottom right */
swt-tab-outline: #b39797;
swt-outer-keyline-color: #b39797;
swt-unselected-tabs-color: #ecd2d2 #e0c3c3 #ffffff 99% 100%;
swt-shadow-visible: true;
-
+
swt-selected-tab-fill: #ffffff;
chrome-selected-tab-fill-highlight: #ffffff;
-
+
chrome-selected-tab-color: #000000;
chrome-unselected-tab-color: #000000;
-
+
swt-shadow-color: #e0c2c2;
-
+
chrome-shiney-shadow: true;
swt-mru-visible: true;
}
@@ -45,10 +45,10 @@
swt-tab-outline: #7b5d5d;
swt-outer-keyline-color: #7b5d5d;
swt-unselected-tabs-color: #b36b6b #aa5b5b #ffffff 99% 100%;
-
+
swt-selected-tab-fill: #ffffff;
chrome-selected-tab-fill-highlight: #ffffff;
-
+
chrome-selected-tab-color: #983030;
chrome-unselected-tab-color: #ffffff;
chrome-shiney-shadow: false;
More information about the jbosstools-commits
mailing list