Author: abelevich
Date: 2008-01-30 14:55:00 -0500 (Wed, 30 Jan 2008)
New Revision: 5742
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
Log:
remove dotted border style from item class
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
---
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-01-30
19:54:20 UTC (rev 5741)
+++
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-01-30
19:55:00 UTC (rev 5742)
@@ -88,7 +88,7 @@
.rich-combobox-item-selected {
padding : 1px;
- border : 1px dotted #4a75b5;
+ border : 1px solid #4a75b5;
background-color: #4a75b5;
width : 100%;
cursor:pointer;
@@ -195,15 +195,56 @@
border-style : solid;
}
-.rich-combobox-shadow{ top:10; left:0; position : absolute;}
-.rich-combobox-shadow-tl{repeat-x top left;}
-.rich-combobox-shadow-tr{repeat-x top right;}
-.rich-combobox-shadow-bl{repeat-x bottom left;}
-.rich-combobox-shadow-br{repeat-x bottom right;}
+.rich-combobox-shadow{
+ position : absolute;
+}
+
+.rich-combobox-shadow-tl{
+ background-position: top left;
+ background-repeat: repeat-x;
+
+}
+.rich-combobox-shadow-tr{
+ background-repeat: repeat-x;
+ background-position: top right;
+}
+.rich-combobox-shadow-bl{
+ background-repeat: repeat-x;
+ background-position: bottom left;
+}
+.rich-combobox-shadow-br{
+ background-repeat: repeat-x;
+ background-position: bottom right;
+}
]]>
</f:verbatim>
+ <u:selector name=".rich-combobox-shadow-tl">
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow"
/>
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-combobox-shadow-tr">
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow"
/>
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-combobox-shadow-bl">
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow"
/>
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-combobox-shadow-br">
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow"
/>
+ </u:style>
+ </u:selector>
+
+
<u:selector name=".rich-combobox-button-background">
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.images.ComboBoxButtonGradient"
/>
Show replies by date