Author: yzhishko
Date: 2009-12-21 09:42:40 -0500 (Mon, 21 Dec 2009)
New Revision: 19497
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java
trunk/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css
Log:
https://jira.jboss.org/jira/browse/JBIDE-3690 fixed
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css 2009-12-21 14:39:16 UTC
(rev 19496)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css 2009-12-21 14:42:40 UTC
(rev 19497)
@@ -343,10 +343,10 @@
}
span.vpe-text {
- /* background :inherit !important; */
+ background :inherit !important; */
background-image:none !important;
- /* border :0px !important; */
- /* bottom :inherit !important; */
+ border :0px !important; */
+ bottom :inherit !important; */
caption-side :inherit !important;
clear :inherit !important;
clip :inherit !important;
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java 2009-12-21
14:39:16 UTC (rev 19496)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java 2009-12-21
14:42:40 UTC (rev 19497)
@@ -81,8 +81,8 @@
// have drowed border. When we draw new border,
// we should remove old one;
private nsIDOMElement lastBorderedElement;
- private static final String INVISIBLE_ELEMENT_BORDER = "border: 2px solid
red;";//$NON-NLS-1$
- private static final String VISIBLE_ELEMENT_BORDER = "border: 2px solid
blue;";//$NON-NLS-1$
+ private static final String INVISIBLE_ELEMENT_BORDER = "border: 2px solid red
!important;";//$NON-NLS-1$
+ private static final String VISIBLE_ELEMENT_BORDER = "border: 2px solid blue
!important;";//$NON-NLS-1$
private static final String PREV_STYLE_ATTR_NAME = "oldstyle";//$NON-NLS-1$
/**