Scarab commit: svn commit: r11336 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css

[email protected] Wed, 28 Aug 2013 07:44:20 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2013-08-28 07:44:20-0700
New Revision: 11336

Modified:
   branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css

Log:
Added new css class for inactive fields

Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css?view=diff&pathrev=11336&r1=11335&r2=11336
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css	(original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css	2013-08-28 07:44:20-0700
@@ -1442,6 +1442,7 @@
 	color: #003163;
 }
 
+
 .app h3,.app h4,.tabs td,.tabs th,.functnbar {
 	background-image: url("../images/nw_maj_rond.gif");
 	background-repeat: no-repeat;
@@ -1491,7 +1492,11 @@
 	color: #003163
 }
 
-	
+span.scarab-inactive,
+th.scarab-inactive,
+td.scarab-inactive{
+        color: #aaa;
+}	
 
 /*
     Treeview related style definitions

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=3063483