Author: nbelaevski
Date: 2010-07-12 11:22:08 -0400 (Mon, 12 Jul 2010)
New Revision: 17962
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:07:22 UTC (rev 17961)
+++
root/ui-sandbox/inputs/trunk/combobox/src/main/resources/META-INF/resources/org.richfaces/ComboBox.ecss 2010-07-12
15:22:08 UTC (rev 17962)
@@ -18,7 +18,7 @@
}
input.cb_input {
- border: 0px;
+ border-width: 0px;
background: none;
width: 100%;
}
@@ -72,7 +72,7 @@
border-style: solid;
border-color: '#{richSkin.panelBorderColor}';
padding: 0px;
- background: '#{richSkin.tableBackgroundColor}';
+ background-color: '#{richSkin.tableBackgroundColor}';
}
.cb_list_scroll {