[seam-commits] Seam SVN: r15336 - branches/enterprise/WFK-2_1/jboss-seam-gen/dist/view/resources.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 31 10:40:09 EDT 2012
Author: manaRH
Date: 2012-10-31 10:40:09 -0400 (Wed, 31 Oct 2012)
New Revision: 15336
Modified:
branches/enterprise/WFK-2_1/jboss-seam-gen/dist/view/resources/theme.ecss
Log:
bz 866976 fixed theme.ecss in seam-gen
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/view/resources/theme.ecss
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/view/resources/theme.ecss 2012-10-31 14:40:01 UTC (rev 15335)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/view/resources/theme.ecss 2012-10-31 14:40:09 UTC (rev 15336)
@@ -17,13 +17,11 @@
color:'#{richSkin.controlTextColor}';
background-position:left top;
background-repeat:repeat-x;
- background-image:"url(#{resource['org.richfaces.renderkit.html.images.SliderFieldGradient']})";
border:1px solid;
border-color:'#{richSkin.tableBorderColor}';
}
select{
background-color:transparent;
- background-image:"url(#{resource['org.richfaces.renderkit.html.images.SliderFieldGradient']})";
}
option{
background-color:'#{richSkin.generalBackgroundColor}';
@@ -36,7 +34,7 @@
}
input[type=submit], input[type=button]{
padding:1px 4px;
- background-image:"url(#{resource['org.richfaces.renderkit.html.GradientA']})";
+ background-image:"url(#{resource['org.richfaces.images\:fuBtnGrad.png']})";
border:1px solid;
border-color:'#{richSkin.headerBackgroundColor}';
color:'#{richSkin.headerTextColor}';
@@ -49,9 +47,6 @@
border:0;
font-size:11px;
}
-.rf-tbl-subheadercell{
- background-image:"url(#{resource['org.richfaces.renderkit.images.TabGradientB']})";
-}
.rf-tb a:link, .rf-tb a:visited, .rf-tb a:active, .rf-tb a:hover{
color:'#{richSkin.headerTextColor}';
}
@@ -64,19 +59,17 @@
.rf-tbl-subheadercell a:hover{
color:'#{richSkin.calendarHolidaysTextColor}';
}
-input[type=text][class*=rich-combobox-button-icon]{
- background-image:"url(#{resource['org.richfaces.renderkit.html.images.ComboBoxArrowImage']})";
+input.rich-combobox-button-icon[type=text]{
+ background-image:"url(#{resource['org.richfaces.images\:sliderSelectedArrowBottom.png']})";
background-color:transparent;
}
input[type=text][class~=rich-combobox-button-icon-disabled]{
- background-image:"url(#{resource['org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable']})";
+ background-image:"url(#{resource['org.richfaces.images\:sliderDisabledArrowBottom.png']})";
background-color:transparent;
}
-input[type=text][class*=rich-combobox-button-background]{
- background-image:"url(#{resource['org.richfaces.renderkit.html.images.SpinnerButtonGradient']})";
+input.rich-combobox-button-background[type=text]{
background-color:'#{richSkin.tabBackgroundColor}';
}
input[type=text][class~=rich-combobox-button-pressed-background]{
- background-image:"url(#{resource['org.richfaces.renderkit.html.images.ComboBoxButtonPressGradient']})";
background-color:'#{richSkin.tabBackgroundColor}';
}
More information about the seam-commits
mailing list