From: phasefx Date: Thu, 13 Jul 2006 21:28:08 +0000 (+0000) Subject: disabling opacity for now for the sake of linux development X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d257bf3e493ad603dcad68a6373645076ce93f83;p=Evergreen.git disabling opacity for now for the sake of linux development git-svn-id: svn://svn.open-ils.org/ILS/trunk@4985 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul b/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul index 5ece75f4fa..2fab2d2cb0 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul +++ b/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul @@ -30,7 +30,7 @@ - + diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul index b4dbe93fbc..07d6949818 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul +++ b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul @@ -31,7 +31,7 @@ - + diff --git a/Open-ILS/xul/staff_client/server/circ/in_house_use.xul b/Open-ILS/xul/staff_client/server/circ/in_house_use.xul index 0dfd0ffeb5..2f02fd6191 100644 --- a/Open-ILS/xul/staff_client/server/circ/in_house_use.xul +++ b/Open-ILS/xul/staff_client/server/circ/in_house_use.xul @@ -94,7 +94,7 @@ - + diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 184d6a723a..1d166a62d4 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -11,6 +11,13 @@ description { -moz-user-select: text; } tabpanel { border: 2px groove black; } caption { font-weight: bold; } +/* +Enable for the windows build. This slows linux down too much. +*/ +/* +.circ_opacity { -moz-opacity: 0.7; } +*/ + .nav { -moz-appearance: none; margin: 0px;