Author: abelevich
Date: 2008-03-11 12:44:12 -0400 (Tue, 11 Mar 2008)
New Revision: 6705
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
Log:
fix shadow styles
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
===================================================================
---
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss 2008-03-11
16:37:14 UTC (rev 6704)
+++
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss 2008-03-11
16:44:12 UTC (rev 6705)
@@ -90,21 +90,25 @@
.rich-inplace-shadow-tl {
background-repeat: repeat-x;
background-position: top left;
+ border : 0px !important;
}
.rich-inplace-shadow-tr {
background-repeat: repeat-x;
background-position: top right;
+ border : 0px !important;
}
.rich-inplace-shadow-bl {
background-repeat: repeat-x;
background-position: bottom left;
+ border : 0px !important;
}
.rich-inplace-shadow-br {
background-repeat: repeat-x;
background-position: bottom right;
+ border : 0px !important;
}
]]>
Show replies by date