[open-ils-commits] r17781 - in branches/rel_2_0/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:57 EDT 2010
Author: phasefx
Date: 2010-09-17 17:20:51 -0400 (Fri, 17 Sep 2010)
New Revision: 17781
Modified:
branches/rel_2_0/Open-ILS/xul/staff_client/chrome/skin/global.css
branches/rel_2_0/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: branches/rel_2_0/Open-ILS/xul/staff_client/chrome/skin/global.css
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/chrome/skin/global.css 2010-09-17 21:20:00 UTC (rev 17780)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/chrome/skin/global.css 2010-09-17 21:20:51 UTC (rev 17781)
@@ -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: branches/rel_2_0/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/skin/global.css 2010-09-17 21:20:00 UTC (rev 17780)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/skin/global.css 2010-09-17 21:20:51 UTC (rev 17781)
@@ -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