[open-ils-commits] r17780 - in trunk/Open-ILS/xul/staff_client: chrome/skin server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 17 17:20:06 EDT 2010


Author: phasefx
Date: 2010-09-17 17:20:00 -0400 (Fri, 17 Sep 2010)
New Revision: 17780

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/skin/global.css
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
get rid of the disabled-look for the Actions for this Record menu label


Modified: trunk/Open-ILS/xul/staff_client/chrome/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/skin/global.css	2010-09-17 20:52:55 UTC (rev 17779)
+++ trunk/Open-ILS/xul/staff_client/chrome/skin/global.css	2010-09-17 21:20:00 UTC (rev 17780)
@@ -2,6 +2,8 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
 @namespace html url("http://www.w3.org/TR/REC-html40"); 
 
+window:not([active="true"]) menubar > menu { color: menutext !important }
+
 *|textarea:focus { background-color: #DDFFDD; }
 *|input:focus { background-color: #DDFFDD; }
 

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2010-09-17 20:52:55 UTC (rev 17779)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2010-09-17 21:20:00 UTC (rev 17780)
@@ -7,6 +7,8 @@
 messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog'); }
 .shrinkable_groupbox { font-weight: bold; -moz-binding: url('/xul/server/main/bindings.xml#caption'); }
 
+window:not([active="true"]) menubar > menu { color: menutext !important }
+
 treechildren::-moz-tree-checkbox(checked) {
     /* css for checked cells */
     list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");



More information about the open-ils-commits mailing list