[jboss-svn-commits] JBL Code SVN: r32098 - labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/public.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Mar 15 15:35:21 EDT 2010
Author: eaa
Date: 2010-03-15 15:35:20 -0400 (Mon, 15 Mar 2010)
New Revision: 32098
Modified:
labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/public/Guvnor.css
Log:
Added style for read-only LHS widgets
Modified: labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/public/Guvnor.css
===================================================================
--- labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/public/Guvnor.css 2010-03-15 19:11:19 UTC (rev 32097)
+++ labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/public/Guvnor.css 2010-03-15 19:35:20 UTC (rev 32098)
@@ -518,3 +518,8 @@
}
div.smallish-progress-wrapper { /* Don't change the following lines. */ position: relative; border: 1px solid black; } div.smallish-progress-bar { /* Don't change the following lines. */ position: absolute; top: 0; left: 0; height: 100%; } div.smallish-progress-text { /* Don't change the following lines. */ text-align: center; position: relative; /* Add your customizations after this line. */ }
+
+.editor-disabled-widget{
+ background-color: #F7F7F8;
+ color: #868686;
+}
\ No newline at end of file
More information about the jboss-svn-commits
mailing list