From: phasefx Date: Fri, 17 Sep 2010 21:20:00 +0000 (+0000) Subject: get rid of the disabled-look for the Actions for this Record menu label X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=edf30c68997faeeda9e66833e2b187947085d438;p=evergreen%2Ftadl.git get rid of the disabled-look for the Actions for this Record menu label git-svn-id: svn://svn.open-ils.org/ILS/trunk@17780 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/skin/global.css b/Open-ILS/xul/staff_client/chrome/skin/global.css index 91a56ad8f9..16fa9bcd28 100644 --- a/Open-ILS/xul/staff_client/chrome/skin/global.css +++ b/Open-ILS/xul/staff_client/chrome/skin/global.css @@ -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; } diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 48a2f9e54f..6a871f4260 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -7,6 +7,8 @@ help { -moz-binding: url('/xul/server/main/bindings.xml#help'); } 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");