Author: nbelaevski
Date: 2010-07-12 11:07:22 -0400 (Mon, 12 Jul 2010)
New Revision: 17961
Modified:
root/ui-sandbox/inputs/trunk/combobox/src/main/resources/META-INF/resources/org.richfaces/ComboBox.ecss
Log:
Updated comboBox skinning
Modified:
root/ui-sandbox/inputs/trunk/combobox/src/main/resources/META-INF/resources/org.richfaces/ComboBox.ecss
===================================================================
---
root/ui-sandbox/inputs/trunk/combobox/src/main/resources/META-INF/resources/org.richfaces/ComboBox.ecss 2010-07-12
15:05:54 UTC (rev 17960)
+++
root/ui-sandbox/inputs/trunk/combobox/src/main/resources/META-INF/resources/org.richfaces/ComboBox.ecss 2010-07-12
15:07:22 UTC (rev 17961)
@@ -1,9 +1,3 @@
-* {
- font-size: 11px;
- font-family: verdana;
- color: #000000
-}
-
.cb_field_width {
width: 100px;
}
@@ -17,30 +11,35 @@
min-height: 20px;
}
-input.cb_font {
+.cb_input.cb_font, .cb_option.cb_font {
color: '#{richSkin.generalTextColor}';
+ font-size: '#{richSkin.generalSizeFont}';
+ font-family: '#{richSkin.generalFamilyFont}';
}
input.cb_input {
- border-width: 0px;
+ border: 0px;
background: none;
width: 100%;
}
.cb_field {
position: inline-block;
+ border-width: 1px;
+ border-style: solid;
border-color: '#{richSkin.panelBorderColor}';
display: inline-block;
background-image:
"url(#{resource['org.richfaces.renderkit.html.images.ComboBoxFieldGradient']})";
background-repeat: repeat-x;
background-position: top left;
+ background-color: '#{richSkin.controlBackgroundColor}';
}
.cb_button {
background-image:
"url(#{resource['org.richfaces.renderkit.html.images.ComboBoxButtonGradient']})";
background-repeat: repeat-x;
background-position: top left;
- background-color: #C0D1E7;
+ background-color: '#{richSkin.headerBackgroundColor}';
text-align: center;
border-left-style: solid;
border-left-width: 1px;
@@ -73,7 +72,7 @@
border-style: solid;
border-color: '#{richSkin.panelBorderColor}';
padding: 0px;
- background-color: '#{richSkin.tableBackgroundColor}';
+ background: '#{richSkin.tableBackgroundColor}';
}
.cb_list_scroll {