Author: pyaschenko
Date: 2008-11-20 04:30:23 -0500 (Thu, 20 Nov 2008)
New Revision: 11255
Modified:
trunk/sandbox/samples/editor-sample/src/main/webapp/pages/editor.jsp
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/dialog.xcss
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/ui.xcss
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss
Log:
xcss changes
Modified: trunk/sandbox/samples/editor-sample/src/main/webapp/pages/editor.jsp
===================================================================
--- trunk/sandbox/samples/editor-sample/src/main/webapp/pages/editor.jsp 2008-11-19
23:08:09 UTC (rev 11254)
+++ trunk/sandbox/samples/editor-sample/src/main/webapp/pages/editor.jsp 2008-11-20
09:30:23 UTC (rev 11255)
@@ -56,9 +56,9 @@
</h:selectOneRadio>
<h:outputText value="Select language:" />
<h:selectOneRadio onchange="submit()"
value="#{editorBean.language}">
- <f:selectItem itemLabel="default" itemValue="default"/>
- <f:selectItem itemLabel="o2k7" itemValue="o2k7"/>
- <f:selectItem itemLabel="richfaces"
itemValue="richfaces"/>
+ <f:selectItem itemLabel="english" itemValue="en"/>
+ <f:selectItem itemLabel="russian" itemValue="ru"/>
+ <f:selectItem itemLabel="french" itemValue="fr"/>
</h:selectOneRadio>
<h:outputText value="Is readonly:" />
<h:selectBooleanCheckbox value="#{editorBean.readonly}"
onclick="submit()">
Modified:
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/dialog.xcss
===================================================================
---
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/dialog.xcss 2008-11-19
23:08:09 UTC (rev 11254)
+++
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/dialog.xcss 2008-11-20
09:30:23 UTC (rev 11255)
@@ -248,7 +248,7 @@
<u:style name="color" skin="generalTextColor"/>
<u:style name="border-width" value="1px"/>
<u:style name="border-style" value="solid"/>
- <u:style name="border-color" value="#00ff00"/>
+ <u:style name="border-color" skin="tableBorderColor"/>
</u:selector>
<u:selector name="#charmap a">
@@ -257,7 +257,7 @@
</u:selector>
<u:selector name="#charmap a:hover">
- <u:style name="background" skin="tableBorderColor"/>
+ <u:style name="background" skin="tableBackgroundColor"/>
<u:style name="color" skin="hoverLinkColor"/>
</u:selector>
@@ -352,7 +352,7 @@
<u:selector name="#colorpicker #colors">
<u:style name="border-width" value="1px"/>
<u:style name="border-style" value="solid"/>
- <u:style name="border-color" value="red"/>
+ <u:style name="border-color" skin="panelBorderColor"/>
</u:selector>
<u:selector name="#colorpicker #light">
Modified:
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/ui.xcss
===================================================================
---
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/ui.xcss 2008-11-19
23:08:09 UTC (rev 11254)
+++
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/ui.xcss 2008-11-20
09:30:23 UTC (rev 11255)
@@ -362,7 +362,7 @@
</u:selector>
<u:selector name=".richfacesSkin td.mceMenuItemSeparator">
- <u:style name="background" value="#FF0000"/>
+ <u:style name="background" skin="panelBorderColor"/>
<u:style name="height" value="1px"/>
</u:selector>
@@ -422,7 +422,7 @@
</u:selector>
<u:selector name=".richfacesSkin a.mceButtonEnabled:hover">
- <u:style name="background-color" value="#ff0000"/>
+ <u:style name="background-color"
skin="headerBackgroundColor"/>
</u:selector>
<f:verbatim><![CDATA[
Modified:
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss
===================================================================
---
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss 2008-11-19
23:08:09 UTC (rev 11254)
+++
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss 2008-11-20
09:30:23 UTC (rev 11255)
@@ -101,7 +101,7 @@
</f:verbatim>
<u:selector name=".richfacesSimpleSkin a.mceButtonEnabled:hover">
- <u:style name="background-color" value="#B2BBD0"/>
+ <u:style name="background-color"
skin="headerBackgroundColor"/>
<u:style name="background-position" value="0 -22px"/>
</u:selector>
Show replies by date